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