diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50433c2..f44ed5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,5 +46,6 @@ jobs: run: npm run test:coverage - name: Upload coverage reports to Codecov - if: matrix.node-version == '20.x' uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }}