Skip to content

Commit

Permalink
MNT: Merge pull request #11 from hyriver/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5
  • Loading branch information
cheginit authored Nov 18, 2024
2 parents 288a494 + e93deac commit 4eb0792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |-
pytest --cov --cov-append
- name: Run codecov and upload the report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 4eb0792

Please sign in to comment.