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 }}