Skip to content

Commit

Permalink
🔧 Don't fail CI if codecov upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
s0 committed Feb 8, 2022
1 parent 47121ca commit edd2f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
uses: codecov/codecov-action@v1
with:
file: ./action/coverage/lcov.info
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit edd2f29

Please sign in to comment.