Skip to content

Commit

Permalink
Upgrade codecov-action version from v3 to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
shinoi2 committed Apr 12, 2024
1 parent 6db7cd8 commit 257047e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
python -m pip install .
- name: Test with tox
run: tox
- uses: codecov/codecov-action@v3
env:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 257047e

Please sign in to comment.