diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fbbc13..baa92b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,11 @@ jobs: npm test env: CI: true + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + if: matrix.node-version == '22.x' formatting: runs-on: ubuntu-latest