Skip to content

Commit 8a1f19b

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/31b7e48f29789fa2e2ad9e16013ff277c3bbca57/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 0f3837f commit 8a1f19b

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
@@ -23,5 +23,6 @@ jobs:
2323

2424
- name: Publish coverage report 📃
2525
uses: codecov/codecov-action@v3
26+
continue-on-error: true
2627
with:
2728
fail_ci_if_error: true

0 commit comments

Comments
 (0)