Skip to content

Commit d15ea43

Browse files
authored
Remove failure in case of failed upload to codecov.io
1 parent f498f96 commit d15ea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Upload to codecov.io
4242
uses: codecov/codecov-action@v2
4343
with:
44-
fail_ci_if_error: true
44+
fail_ci_if_error: false

0 commit comments

Comments
 (0)