Skip to content

Commit

Permalink
Update code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRushton authored Jul 23, 2024
1 parent 9215550 commit e969380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install codecov
pytest --cov=./ --cov-report=xml
- name: Upload coverage information to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
version: "v0.5.2"
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit e969380

Please sign in to comment.