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 6392d2c commit d941173Copy full SHA for d941173
.DS_Store
-6 KB
package.json
@@ -12,7 +12,7 @@
12
"mocha": "mocha tests/ -c",
13
"mocha-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- tests/ -R spec",
14
"check-coverage": "istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80",
15
- "update-coveralls": "cat coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
+ "update-coveralls": "cat coverage/lcov.info | sed s/.usr.src.miniprofiler/./ | node ./node_modules/coveralls/bin/coveralls.js"
16
},
17
"repository": {
18
"type": "git",
0 commit comments