Skip to content

Commit

Permalink
fixup! Enable codecov test uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 20, 2024
1 parent afb5a7d commit bbe503a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
env:
SQLALCHEMY_WARN_20: 1
run: |
pytest -r a -v -n 3 --cov=lsst.daf.butler --cov=tests --cov-report=xml --cov-report=term --cov-branch --junitxml=junit.xml -o junit_family=legacy
pytest -r a -v -n 3 --cov=lsst.daf.butler --cov=tests --cov-report=xml --cov-report=term --cov-branch \
--junitxml=junit.xml -o junit_family=legacy
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit bbe503a

Please sign in to comment.