We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec8c269 + 5ce6a2e commit f2333b4Copy full SHA for f2333b4
.github/workflows/testing-and-coverage.yml
@@ -34,6 +34,6 @@ jobs:
34
run: |
35
python -m pytest --cov=external_hyrax_example --cov-report=xml
36
- name: Upload coverage report to codecov
37
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments