From 9a02da99b309bc14084e14bfa531df5a1a497a67 Mon Sep 17 00:00:00 2001 From: Lee-Ping Wang Date: Tue, 26 Sep 2023 12:36:31 -0700 Subject: [PATCH] codecov should not cause workflow failure in ci.yml --- .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 13785ac9d..e6712f8e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,4 +126,4 @@ jobs: uses: codecov/codecov-action@v3 with: file: ./coverage.xml - fail_ci_if_error: true + fail_ci_if_error: false