Skip to content

Commit

Permalink
Don't fail CI on codecov error
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery authored and mergify[bot] committed Feb 24, 2023
1 parent cd0c0ac commit c12f384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
working-directory: python
fail_ci_if_error: true
fail_ci_if_error: false
flags: python-tests
name: codecov-umbrella
verbose: true
Expand Down

0 comments on commit c12f384

Please sign in to comment.