From 234541293d49c7cff1a4379b048722bc893fe44f Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Tue, 30 May 2023 17:29:14 +0100 Subject: [PATCH] Don't fail when codecov upload fails --- .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 7142d156..277f7977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: file: coverage.xml flags: unittests name: codecov-umbrella - fail_ci_if_error: true + fail_ci_if_error: false deploy: # only run if the commit is tagged...