From d9de816757cb148bca0d8fd6e07eae7b66acf958 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Mon, 25 May 2020 15:47:42 -0500 Subject: [PATCH] maint/build ~ allow code coverage upload failures without breaking the build (warning instead of error) (#1526) --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index efcad13e2..11a90bed3 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -431,4 +431,4 @@ jobs: ## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }} flags: ${{ steps.vars.outputs.CODECOV_FLAGS }} name: codecov-umbrella - fail_ci_if_error: true + fail_ci_if_error: false