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