diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20e33fd..9db5ddb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - uses: codecov/codecov-action@v4 with: - fail_ci_if_error: true # optional (default = false) + fail_ci_if_error: false # optional (default = false) files: coverage/coverage.xml flags: rspecs # optional token: ${{ secrets.CODECOV_TOKEN }} # required