Skip to content

Commit 56762b1

Browse files
committed
fix: tests
1 parent 7cd2032 commit 56762b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepublish": "npm run build",
1616
"build": "tsc",
1717
"mocha": "nyc mocha",
18-
"cover": "nyc report --reporter=text-lcov | coveralls",
18+
"cover": "nyc report --reporter=text-lcov",
1919
"show:test": "/usr/bin/env node -e \"import('open').then(open => open.default('file://`pwd`/coverage/index.html',{wait:false}));\"",
2020
"show:doc": "/usr/bin/env node -e \"import('open').then(open => open.default('file://`pwd`/docs/index.html',{wait:false}));\"",
2121
"test": "npm run build && npm run mocha ; npm run show:test ; npm run cover",

0 commit comments

Comments
 (0)