Skip to content

Commit

Permalink
🤖 config(ci): Do not fail coverage workflow on codecov error.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 3, 2024
1 parent 6e903b8 commit 1cdf8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci:cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:

- name: Publish coverage report 📃
uses: codecov/codecov-action@v3
continue-on-error: true
with:
fail_ci_if_error: true

0 comments on commit 1cdf8cc

Please sign in to comment.