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