From 1dfa7e2de27f0b696775107bb0592e3c8fc7c66f Mon Sep 17 00:00:00 2001 From: alexander-gesinn Date: Mon, 16 Dec 2024 16:11:10 +0100 Subject: [PATCH] chg (ci): re-enable Codecov token --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5630c49..3f1f071 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,6 +89,6 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: -# token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} files: /tmp/artifacts/coverage/coverage.xml