diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1697006..9dbe51f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,5 +50,4 @@ jobs: with: # possibly other stuff token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'