From f9d9c8e2a292d3c78185c3ce34496e902cf75243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 21 Sep 2019 09:45:03 +0200 Subject: [PATCH] Fix: Do not fail step when sending code coverage failed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5b0aa00c24..c05c438f1be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,4 +76,4 @@ jobs: - name: Send code coverage report to Codecov.io env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - run: bash codecov -Z + run: bash codecov