From 81f71114a3b4102641b6a0a4178f19996a8149f7 Mon Sep 17 00:00:00 2001 From: nhatthm Date: Sat, 2 Mar 2024 11:16:39 +0100 Subject: [PATCH] Add `CODECOV_TOKEN` --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f97874a..5746452 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,6 +51,7 @@ jobs: if: matrix.go-version == env.GO_LATEST_VERSION uses: nhatthm/gh-actions/codecov@master with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./unit.coverprofile flags: unittests-${{ runner.os }} @@ -58,5 +59,6 @@ jobs: if: matrix.go-version == env.GO_LATEST_VERSION uses: nhatthm/gh-actions/codecov@master with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./features.coverprofile flags: featurestests-${{ runner.os }}