From 048d6c3fbefe05b6073619eca1e0a97bcf3c0b51 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:01:50 +0100 Subject: [PATCH] ci: set codecov token Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72361678..6a04b54d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,7 @@ jobs: with: file: ./coverage/clover.xml flags: unit + token: ${{ secrets.CODECOV_TOKEN }} prepare-itg: runs-on: ubuntu-latest @@ -126,3 +127,4 @@ jobs: with: file: ./coverage/clover.xml flags: itg + token: ${{ secrets.CODECOV_TOKEN }}