From e979e3e68a3723258bfc3a0d3b05a2e22d196c9a Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Wed, 11 Dec 2024 12:26:52 -0500 Subject: [PATCH] Update codecov with token --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c3bf43..53bf512 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -132,8 +132,10 @@ jobs: - name: Send coverage report to Codecov if: ${{ success() && matrix.coverage }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./build/logs/clover.xml fail_ci_if_error: true verbose: true + env: + CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}