diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a888776e..1240fa22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: - uses: codecov/codecov-action@v4 with: files: lcov.info + fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} docs: name: Documentation runs-on: ubuntu-latest