From d3060e0d1955ac50cf620751218ddc0847ca09fa Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 24 Jan 2024 16:23:08 +0100 Subject: [PATCH] try to fix codecov --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e54ada9..b17d586f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests name: codecov-umbrella fail_ci_if_error: false