From fa480d651cab96045abddc8b1b5cf558743951a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 11 Mar 2024 18:02:54 +0200 Subject: [PATCH] Added Codecov.io token to the test workflow --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62e7f425..ed2981dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,3 +55,5 @@ jobs: uses: codecov/codecov-action@v4 with: file: coverage.xml + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}