From 563ec6e4332fbf08f9f2d4578672d00b15535325 Mon Sep 17 00:00:00 2001 From: David Juhasz Date: Wed, 1 May 2024 15:25:13 -0700 Subject: [PATCH] Add Codecov token to Github Action --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5cdc1bf..ab7e7707 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,5 +23,7 @@ jobs: run: make test-ci - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: covreport