Skip to content

Commit 3e34a3d

Browse files
authored
fix: try nyc
1 parent 68ddd62 commit 3e34a3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
env:
4040
CI: true
4141

42+
- run: npx nyc@latest mocha
43+
4244
- run: |
4345
istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --compilers js:babel-register \
4446
&& cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js \

0 commit comments

Comments
 (0)