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 cae0df7 commit 6d541f9Copy full SHA for 6d541f9
package.json
@@ -7,7 +7,7 @@
7
"test": "nyc --reporter=html mocha",
8
"test-report": "nyc --reporter=text-lcov mocha",
9
"test-coverage": "nyc report --reporter=text-lcov mocha",
10
- "coverage": "nyc report --reporter=text-lcov mocha | coveralls",
+ "coverage": "nyc report --reporter=text-lcov | coveralls",
11
"start": "node src/demo.js",
12
"istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
13
0 commit comments