From fc6f970b80f3656fec48840c4bc7766cedd9009a Mon Sep 17 00:00:00 2001 From: Zhongyang Wu Date: Thu, 18 Apr 2024 16:58:48 -0700 Subject: [PATCH] fix: fail open when upload code coverage fails (#1671) --- .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 2c1d482592..c2853fa3f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,4 +141,4 @@ jobs: - name: Upload to codecov.io uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true + fail_ci_if_error: false