We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c56ec5a + 0e88ea3 commit 93b68a1Copy full SHA for 93b68a1
1 file changed
.github/workflows/build.yaml
@@ -56,13 +56,13 @@ jobs:
56
pytest -Wd -r a -v -n 3 --cov=lsst.ctrl.bps --cov=tests --cov-report=xml --cov-report=term --cov-branch \
57
--junitxml=junit.xml -o junit_family=legacy
58
- name: Upload coverage to codecov
59
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
60
with:
61
files: ./coverage.xml
62
token: ${{ secrets.CODECOV_TOKEN }}
63
- name: Upload test results to Codecov
64
if: ${{ !cancelled() }}
65
66
67
report_type: test_results
68
0 commit comments