Skip to content

Commit 1356e61

Browse files
committed
ci(coverage): clarify coverage data as related to unit tests when publishing to codecov
1 parent 9d098df commit 1356e61

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/node-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ jobs:
2828
- run: npm install --global corepack@latest
2929
- run: corepack npm audit signatures
3030
- run: npm test
31-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
31+
- name: Upload unit test coverage to Codecov
32+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
3233
with:
3334
token: ${{ secrets.CODECOV_TOKEN }}
35+
flags: unit
36+
report_type: coverage
3437
verify-matrix:
3538
runs-on: ubuntu-latest
3639
strategy:

0 commit comments

Comments
 (0)