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/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.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Feb 12, 2024
1 parent 945f434 commit 7bbecb6
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 @@ -23,5 +23,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 7bbecb6

Please sign in to comment.