Skip to content

Commit

Permalink
Don't fail on codecov upload error (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Apr 22, 2024
1 parent 8290484 commit b91c44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
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 b91c44e

Please sign in to comment.