From fda7e73e1ee6323d7a7ba5959d2018a7be233d87 Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Wed, 28 Jun 2023 09:35:04 +0200 Subject: [PATCH] Change: Do not fail CI if codecov upload fails --- .github/workflows/ci-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index e0b628002b..861dd80b31 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -47,7 +47,7 @@ jobs: - name: Submit test coverage to codecov.io uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true + fail_ci_if_error: false linting: env: