Skip to content

Commit 03a2009

Browse files
committed
ci: swaps nyc with c8 for coverage in esm
1 parent 4f7c176 commit 03a2009

File tree

3 files changed

+421
-49
lines changed

3 files changed

+421
-49
lines changed

.github/workflows/cov.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm i --no-optional
28-
- run: npm i nyc -g
29-
- run: nyc npm test
28+
- run: npm i c8 -g
29+
- run: c8 npm test
3030
env:
3131
CI: true
3232
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)