From 7f0c12398862a30c5acf2262a0c521caa1077625 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:51:23 +0200 Subject: [PATCH] ci: set CODECOV_TOKEN --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f641410..b5401f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,3 +30,4 @@ jobs: uses: codecov/codecov-action@v4 with: file: ./coverage/clover.xml + token: ${{ secrets.CODECOV_TOKEN }}