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