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 5c6246a commit ebf7907Copy full SHA for ebf7907
package.json
@@ -8,7 +8,7 @@
8
"author": "IBM Corp.",
9
"main": "index.js",
10
"scripts": {
11
- "coverage": "nyc report --reporter=text-lcov --reporter=lcov | node ./node_modules/coveralls/bin/coveralls.js --verbose",
+ "coverage": "nyc report --reporter=text-lcov --reporter=lcov | coveralls",
12
"benchmarks": "make benchmarks",
13
"leak-detection": "make leak-detection",
14
"test": "nyc mocha test/*.test.js node_modules/juggler-v4/test.js",
0 commit comments