Skip to content

Commit

Permalink
prevent CI fail if codecov errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mvkovatch3 committed Nov 22, 2022
1 parent 80fae6d commit 4e496e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false
flags: pytest
files: ./coverage.xml

0 comments on commit 4e496e1

Please sign in to comment.