From e2dff96dc1ac3ce339e174620725422d4762656a Mon Sep 17 00:00:00 2001 From: Matthias Valvekens Date: Thu, 14 Mar 2024 23:55:55 +0100 Subject: [PATCH] Upgrade codecov action --- .github/workflows/build-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index e4c475d0..130ff864 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -154,6 +154,7 @@ jobs: - name: Upload all coverage reports to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} directory: ./reports/ flags: unittests env_vars: OS,PYTHON