Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 5, 2024
1 parent 22b2ae8 commit 300070b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
python -m coverage xml # codecov uploader requires xml format
python -m coverage report -m
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 300070b

Please sign in to comment.