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 7cd2032 commit 56762b1Copy full SHA for 56762b1
package.json
@@ -15,7 +15,7 @@
15
"prepublish": "npm run build",
16
"build": "tsc",
17
"mocha": "nyc mocha",
18
- "cover": "nyc report --reporter=text-lcov | coveralls",
+ "cover": "nyc report --reporter=text-lcov",
19
"show:test": "/usr/bin/env node -e \"import('open').then(open => open.default('file://`pwd`/coverage/index.html',{wait:false}));\"",
20
"show:doc": "/usr/bin/env node -e \"import('open').then(open => open.default('file://`pwd`/docs/index.html',{wait:false}));\"",
21
"test": "npm run build && npm run mocha ; npm run show:test ; npm run cover",
0 commit comments