Skip to content

Commit a3e3d57

Browse files
committed
Updated coverage script
1 parent c3966ca commit a3e3d57

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
@@ -22,7 +22,7 @@
2222
"test:integration": "tap test/integration/index.js -T --harmony --no-esm",
2323
"test:types": "tsc --project ./test/types/tsconfig.json",
2424
"test:benchmarks": "nanobench test/benchmarks/*.bench.js",
25-
"test:coverage": "tap test/unit/*.test.js -J -t 300 --cov --coverage-report=text-lcov && codecov",
25+
"test:coverage": "nyc npm run test:unit && nyc report --reporter=text-lcov > coverage.lcov && codecov",
2626
"lint": "standard",
2727
"lint:fix": "standard --fix",
2828
"ci": "npm run license-checker && npm test && npm run test:integration && npm run test:coverage",

0 commit comments

Comments
 (0)