From 4a509d24e2f2087bddbe90240cb16aaaee59c2ce Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Fri, 21 Jun 2024 13:04:57 -0700 Subject: [PATCH] Do not fail CI on codecov create report (#5532) Unblock PRs from the CI failure. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa4a7faa82d..9d722ed001c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,6 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: ./coverage.txt - fail_ci_if_error: true verbose: true - name: Store coverage test output uses: actions/upload-artifact@v4