Skip to content

Commit fc6f970

Browse files
authored
fix: fail open when upload code coverage fails (#1671)
1 parent 5d21476 commit fc6f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ jobs:
141141
- name: Upload to codecov.io
142142
uses: codecov/codecov-action@v3
143143
with:
144-
fail_ci_if_error: true
144+
fail_ci_if_error: false

0 commit comments

Comments
 (0)