diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa4a7faa8..9d722ed00 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