Skip to content

Commit

Permalink
ci: allow ci pass when codecov can't upload data (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag authored Feb 21, 2023
1 parent 6833b40 commit 4bbad6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./lcov.info
flags: rust
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit 4bbad6a

Please sign in to comment.