We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d098df commit 1356e61Copy full SHA for 1356e61
1 file changed
.github/workflows/node-ci.yml
@@ -28,9 +28,12 @@ jobs:
28
- run: npm install --global corepack@latest
29
- run: corepack npm audit signatures
30
- run: npm test
31
- - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ - name: Upload unit test coverage to Codecov
32
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
33
with:
34
token: ${{ secrets.CODECOV_TOKEN }}
35
+ flags: unit
36
+ report_type: coverage
37
verify-matrix:
38
runs-on: ubuntu-latest
39
strategy:
0 commit comments