diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index fb1545e..ed6e5b4 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -27,4 +27,6 @@ jobs: directories: src - uses: codecov/codecov-action@v4 with: - files: lcov.info \ No newline at end of file + files: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true