Skip to content

Commit

Permalink
Remove continue-on-error setting in codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
nth10sd committed May 20, 2024
1 parent 7c7a90d commit 65d49ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ jobs:
# CodeQL analysis section END
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
continue-on-error: true # codecov limits number of uploads allowed for each commit
with:
env_vars: OS,PYTHON
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit 65d49ee

Please sign in to comment.