Skip to content

Commit

Permalink
⬆️ chore(deps): update codecov/codecov-action action to v5 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: welpo <[email protected]>
  • Loading branch information
renovate[bot] and welpo authored Nov 21, 2024
1 parent 17a81c8 commit abff2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Run Tests with Coverage
run: poetry run pytest --cov=doteki --cov-report xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true
env:
Expand Down

0 comments on commit abff2cd

Please sign in to comment.