Skip to content

Commit 8b6f7ee

Browse files
committed
don't fail ci if codecov fails, its not that important
1 parent 683f70b commit 8b6f7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: 'Upload coverage to Codecov'
3434
uses: codecov/codecov-action@v1
3535
with:
36-
fail_ci_if_error: true
36+
fail_ci_if_error: false

0 commit comments

Comments
 (0)