Skip to content

Commit b621e97

Browse files
Do not fail CI if Codecov upload fails
This works around codecov/codecov-action#37.
1 parent 28c46f3 commit b621e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
- name: "Upload coverage to Codecov"
5252
uses: "codecov/codecov-action@v1"
5353
with:
54-
fail_ci_if_error: true
54+
fail_ci_if_error: false

0 commit comments

Comments
 (0)