Skip to content

Commit

Permalink
Fix codecov uploads after test workflow (#436)
Browse files Browse the repository at this point in the history
This change in codecov was due to rate limiting of their global upload
token.

Updated to v4 of the codecov action.
  • Loading branch information
hemberger committed May 7, 2024
1 parent 91b1207 commit 9f30787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
run: coverage xml

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 9f30787

Please sign in to comment.