From 3b854bd2176d4f0351ee7c36f875be4335275f51 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:21:42 +0100 Subject: [PATCH] ci: set codecov token Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d42b577..d93200d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,3 +28,4 @@ jobs: uses: codecov/codecov-action@v4 with: file: ./coverage/clover.xml + token: ${{ secrets.CODECOV_TOKEN }}