Skip to content

Commit

Permalink
Merge pull request #628 from IQTLabs/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v5
rashley-iqt authored Nov 15, 2024

Verified

This commit was signed with the committer’s verified signature.
fritzy Nathan Fritz
2 parents 3ba37b0 + d6d8fe0 commit 1ff953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -45,6 +45,6 @@ jobs:
run: |
poetry run pytest --cov=./
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: false

0 comments on commit 1ff953e

Please sign in to comment.