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 1272ddb commit 29a6af0Copy full SHA for 29a6af0
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha --require blanket __tests__/*.js && nyc report --reporter=text-lcov > coverage.lcov"
+ "test": "mocha --require blanket __tests__/*.js && nyc --report-dir=coverage nyc report --reporter=text-lcov > coverage/coverage.lcov"
8
},
9
"keywords": [],
10
"author": "",
0 commit comments