diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 442fb65..f0f1b40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: - name: Publish to Codecov uses: codecov/codecov-action@v3 + continue-on-error: true with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}