diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afcf813..0366743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,10 @@ jobs: --timeout 180 --out xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.5.0 + with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} doc-links: name: Intra-doc links