From 9cf6bd486bb68243f5e19c0de02f9e049edc37aa Mon Sep 17 00:00:00 2001 From: Santtu Tikka Date: Mon, 6 May 2024 10:18:49 +0300 Subject: [PATCH] test codecov, run-extended --- .github/workflows/test-coverage.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index a75da7c..fe2f33a 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # this sets the env variable to true or false depending on whether the # commit message contains texts 'run-extended' and 'run-scaling' DYNAMITE_EXTENDED_TESTS: ${{contains(github.event.head_commit.message, 'run-extended')}}