Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41d4f7c

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 3, 2024
🤖 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 093bbcc commit 41d4f7c

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)
Please sign in to comment.