Updated code coverage scripts
This commit is contained in:
@ -22,7 +22,8 @@
|
||||
"test:integration": "node test/integration/index.js",
|
||||
"test:integration:helpers": "tap test/integration/helpers/*.test.js --no-coverage -J",
|
||||
"test:types": "tsd",
|
||||
"test:coverage": "nyc tap test/unit/*.test.js test/behavior/*.test.js -t 300 && nyc report --reporter=text-lcov > coverage.lcov",
|
||||
"test:coverage": "tap test/unit/*.test.js test/unit/**/*.test.js test/behavior/*.test.js -t 300 && nyc report --reporter=text-lcov > coverage.lcov",
|
||||
"test:coverage-ui": "tap test/unit/*.test.js test/unit/**/*.test.js test/behavior/*.test.js -t 300 --coverage-report=html",
|
||||
"lint": "standard",
|
||||
"lint:fix": "standard --fix",
|
||||
"ci": "npm run license-checker && npm test && npm run test:integration:helpers && npm run test:integration && npm run test:coverage",
|
||||
|
||||
Reference in New Issue
Block a user