From 7bbecb660694001dc401f6e538bf0f4a6f97af00 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:18:18 +0100 Subject: [PATCH] :robot: 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. --- .github/workflows/ci:cover.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci:cover.yml b/.github/workflows/ci:cover.yml index ee946b5..3af12f4 100644 --- a/.github/workflows/ci:cover.yml +++ b/.github/workflows/ci:cover.yml @@ -23,5 +23,6 @@ jobs: - name: Publish coverage report 📃 uses: codecov/codecov-action@v3 + continue-on-error: true with: fail_ci_if_error: true