diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5052858..a23fd3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,4 +30,7 @@ jobs: - run: npm run lint - run: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 \ No newline at end of file + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + verbose: true \ No newline at end of file