Skip to content

Commit

Permalink
Use correct class name in coverage report in action
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 3, 2024
1 parent c0481f4 commit 9b6db5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
DAF_BUTLER_PLUGINS: ${{ github.workspace }}/python/lsst/dax/obscore/cli/resources.yaml
run: |
pytest -r a -v -n 3 --open-files --cov=lsst.pipe.base --cov=tests --cov-report=xml --cov-report=term --cov-branch
pytest -r a -v -n 3 --open-files --cov=lsst.dax.obscore --cov=tests --cov-report=xml --cov-report=term --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 9b6db5a

Please sign in to comment.