diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2d3e841..cb6490fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,10 +48,10 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} files: results.xml - name: Upload to CodeCov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./lcov.info - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} push-image: