Skip to content

Commit

Permalink
Merge pull request #738 from hhatto/update-actions
Browse files Browse the repository at this point in the history
update codecov action v4
  • Loading branch information
hhatto committed Mar 17, 2024
2 parents e946afe + ea9f130 commit b0f2793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -47,7 +47,8 @@ jobs:
python test/acid.py --pycodestyle= --line-range 289 925 test/vectors_example.py
python test/test_suite.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.python-version == 3.11 && success()
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b0f2793

Please sign in to comment.