Skip to content

Commit 3c55cbd

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/b27ce6d333a4c46ff5161eaddfbe16895bbabf0f/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 8dc6157 commit 3c55cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci:cover.yml

+1
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)