From b2839a1e07bf8e1f6bfe073c9fc1f3735bf4aa16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Tue, 10 Aug 2021 17:28:32 +0100 Subject: [PATCH] chore: allow codecov step to fail (#3128) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98629d39ad2..7015a837ad7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,6 +76,7 @@ jobs: shell: bash - uses: codecov/codecov-action@v2 if: '${{ !steps.release-check.outputs.IS_RELEASE }}' + continue-on-error: true with: file: coverage/coverage-final.json flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}