Skip to content

Commit

Permalink
update codecov actions to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieLevs committed May 12, 2024
1 parent f2fcf1e commit 7bf6d32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ jobs:
coverage report --fail-under=80
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.3.1
with:
## secrets should have CODECOV_TOKEN
#token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
name: codecov-pybump
fail_ci_if_error: true
Expand Down

0 comments on commit 7bf6d32

Please sign in to comment.