Skip to content

Commit

Permalink
ci(codecov): try to fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 5, 2025
1 parent eba8290 commit ca4814b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
coverage report -m
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

release:
needs: [pre-commit, pytest]
Expand Down

0 comments on commit ca4814b

Please sign in to comment.