We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ddd62 commit 3e34a3dCopy full SHA for 3e34a3d
.github/workflows/test.yml
@@ -39,6 +39,8 @@ jobs:
39
env:
40
CI: true
41
42
+ - run: npx nyc@latest mocha
43
+
44
- run: |
45
istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --compilers js:babel-register \
46
&& cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js \
0 commit comments