Skip to content

Commit 4e0acf8

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 89ca789 commit 4e0acf8

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
@@ -25,5 +25,6 @@ jobs:
2525

2626
- name: Publish coverage report 📃
2727
uses: codecov/codecov-action@v3
28+
continue-on-error: true
2829
with:
2930
fail_ci_if_error: true

0 commit comments

Comments
 (0)