From 1ceab79c99f9816d3fc7001f7df076482691e4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher=20Andr=C3=A9s?= Date: Fri, 9 Feb 2024 14:52:05 +0100 Subject: [PATCH] Update test-coverage.yaml --- .github/workflows/test-coverage.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 6f9c776..29cff7c 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -18,6 +18,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: lcov.info - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true