From f356776424856fc69dd7b6459fb8ba2cec6f5b01 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Fri, 21 Jun 2024 15:00:37 -0700 Subject: [PATCH] Do not fail CI on codecov create report (#5794) Unblock PRs from 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 e8214243cd8..4469fb405c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,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