diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 5692f059fd..7e9af3e1dd 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -27,4 +27,5 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info - + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true