Skip to content

Commit e528775

Browse files
Merge pull request #43 from r1chardj0n3s/work-around-codecov
Do not fail CI if Codecov upload fails
2 parents 28c46f3 + b621e97 commit e528775

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)