We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148ea20 commit 27f7fe6Copy full SHA for 27f7fe6
2 files changed
.github/workflows/joss_tests.yml
@@ -75,9 +75,7 @@ jobs:
75
# This re-runs the tests, but captures which lines were hit.
76
pytest --cov=. --cov-report=xml tests/
77
78
- - name: Upload Coverage to Codecov
79
- uses: codecov/codecov-action@v3
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
80
with:
81
- token: ${{ secrets.CODECOV_TOKEN }} # Optional for public repos, but good to have
82
- files: ./coverage.xml
83
- fail_ci_if_error: false
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments