From 33ecbf36a3b50606f5138ce9dcee6b00b81996c0 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 28 Sep 2022 23:22:07 +0200 Subject: [PATCH] CI: Temporarily disable failing on coverage upload, Codecov has issues --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e5fe1e8..b39ad66a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,4 +52,4 @@ jobs: - name: Upload coverage results to Codecov uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true + fail_ci_if_error: false