Skip to content

Commit

Permalink
don't fail ci on codecov upload failure
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed May 10, 2024
1 parent 80a135e commit 0bb73e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ jobs:
with:
# possibly other stuff
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'

0 comments on commit 0bb73e7

Please sign in to comment.