Skip to content

Commit

Permalink
don't fail ci if can't upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cjekel committed Oct 12, 2024
1 parent 628ac1a commit bf4fc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false
verbose: false

0 comments on commit bf4fc26

Please sign in to comment.