From e74f2594a21a2d3c17731eeb75c64ae03813305e Mon Sep 17 00:00:00 2001 From: Alie Langston Date: Mon, 7 Jun 2021 10:22:42 -0400 Subject: [PATCH] temporarily disable codecov fail --- .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 37bd2c98249..ca046870c94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,4 +61,4 @@ jobs: uses: codecov/codecov-action@v1 with: flags: unittests - fail_ci_if_error: true + fail_ci_if_error: false