From e8be71b247050177d4ea1191a3417bfe2e7a8a6f Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Tue, 27 Feb 2024 10:14:06 +0100 Subject: [PATCH] add CODECOV_TOKEN Signed-off-by: Aleksandar Stojanov --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c88132..f1727be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,6 +47,7 @@ jobs: with: files: ./coverage/lcov.info flags: unittests + token: ${{ secrets.CODECOV_TOKEN }} test-action: name: GitHub Actions Test