From 02a9a97b2b466df7fa81fb3b0ff09abe33f39b62 Mon Sep 17 00:00:00 2001 From: Martin Eigenmann Date: Mon, 9 Sep 2024 12:31:20 +0200 Subject: [PATCH] ci: disable codecov upload - do not fail --- .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 80e551e..bd22bf2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,4 +31,4 @@ jobs: - name: 'Upload coverage to Codecov' uses: codecov/codecov-action@v2 with: - fail_ci_if_error: true + fail_ci_if_error: false