From c168eea3e22766c169b5e4e07f4c34678d8bdb7b Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Mon, 15 Apr 2024 04:31:25 +0100 Subject: [PATCH] add codecov token setup --- .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 21b8a93..4e0ec42 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} steps: - uses: actions/checkout@v4