Skip to content

Commit

Permalink
update codecov action.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jul 8, 2024
1 parent 1ec61e2 commit e24d236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Run tox using the version of Python in `PATH`
run: tox -e py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4.0.1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e24d236

Please sign in to comment.