Skip to content

Commit 519e9a3

Browse files
🤖 config(ci): Do not fail coverage workflow on codecov error.
These changes were automatically generated by an uncommited transform.
1 parent 7f3856e commit 519e9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci:cover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Publish coverage report 📃
2525
uses: codecov/codecov-action@v3
2626
with:
27-
fail_ci_if_error: true
27+
fail_ci_if_error: false

0 commit comments

Comments
 (0)