Skip to content

Commit

Permalink
Merge pull request #386 from shunichironomura/renovate/codecov-codeco…
Browse files Browse the repository at this point in the history
…v-action-5.x

chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
shunichironomura authored Nov 18, 2024
2 parents a504084 + ba2aee9 commit 2ef667b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:
uv run -- coverage xml -o ./coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: coverage.xml
files: coverage.xml
env_vars: OS,PYTHON
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 2ef667b

Please sign in to comment.