Skip to content

Commit edd2f29

Browse files
committed
🔧 Don't fail CI if codecov upload fails
1 parent 47121ca commit edd2f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
uses: codecov/codecov-action@v1
4848
with:
4949
file: ./action/coverage/lcov.info
50-
fail_ci_if_error: true
50+
fail_ci_if_error: false

0 commit comments

Comments
 (0)