From 9057bd27afc9086847bb79f2379afd2bf15e4716 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:05:08 +0100 Subject: [PATCH] ci: set codecov token Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af01c929..8ace7116 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,6 +117,7 @@ jobs: with: directory: ./bin/testreports flags: integration + token: ${{ secrets.CODECOV_TOKEN }} - name: Generate annotations if: always() @@ -188,6 +189,7 @@ jobs: directory: ${{ env.TESTREPORTS_DIR }} env_vars: RUNNER_OS flags: unit + token: ${{ secrets.CODECOV_TOKEN }} - name: Generate annotations if: always()