Skip to content

Commit

Permalink
Merge pull request #326 from IQTLabs/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v4
  • Loading branch information
rashley-iqt authored Feb 1, 2024
2 parents fe8003b + b5f3a4a commit 20c8e21
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
Expand Up @@ -45,6 +45,6 @@ jobs:
run: |
poetry run pytest --cov=./
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false

0 comments on commit 20c8e21

Please sign in to comment.