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 80457fb commit 2debb7bCopy full SHA for 2debb7b
package.json
@@ -22,7 +22,7 @@
22
"test:integration": "tap test/integration/index.js -T --harmony --no-esm",
23
"test:types": "tsc --project ./test/types/tsconfig.json",
24
"test:benchmarks": "nanobench test/benchmarks/*.bench.js",
25
- "test:coverage": "tap test/unit/*.test.js -J -t 300 --cov --coverage-report=text-lcov && codecov",
+ "test:coverage": "nyc npm run test:unit && nyc report --reporter=text-lcov > coverage.lcov && codecov",
26
"lint": "standard",
27
"lint:fix": "standard --fix",
28
"ci": "npm run license-checker && npm test && npm run test:integration && npm run test:coverage",
0 commit comments