From b67014da994d13e62cf44fa56cda19b610be7cf9 Mon Sep 17 00:00:00 2001 From: Fred Moolekamp Date: Fri, 22 Sep 2023 10:45:33 -0400 Subject: [PATCH] squash me --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c42ca66..0055df1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,14 +37,15 @@ jobs: pytest-cov "flake8<5" - name: Build and install - run: pip install -v -e + run: pip install -v -e . - name: Install documenteer run: pip install 'documenteer[pipelines]<0.7' - name: Run tests run: > - pytest -r a -v -n 3 --open-files --cov=tests --cov=lsst.rubintv.analysis.service + pytest -r a -v -n 3 --open-files --cov=tests + --cov=lsst.rubintv.analysis.service --cov-report=xml --cov-report=term --doctest-modules --doctest-glob="*.rst"