Skip to content

Commit

Permalink
Don't fail on codecov upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Apr 21, 2024
1 parent 73acc9b commit 4df851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
fail_ci_if_error: True
fail_ci_if_error: False
verbose: True


Expand Down

0 comments on commit 4df851a

Please sign in to comment.