Skip to content

Commit 85e901b

Browse files
🤖 config(ci): Do not fail coverage workflow on codecov error.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/ce1bc1f6c3a4414cb4f4617a8809f02f57694cb9/src/transforms/ci:do-not-fail-ci-on-codecov-error.js Please contact the author of the transform if you believe there was an error.
1 parent 7eed4ec commit 85e901b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci:cover.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121

2222
- name: Publish coverage report 📃
2323
uses: codecov/codecov-action@v3
24+
continue-on-error: true
2425
with:
2526
fail_ci_if_error: true

0 commit comments

Comments
 (0)