mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
improve nyc to add all files in lib to coverage
This commit is contained in:
parent
4cc24c76d3
commit
95b5475991
@ -47,6 +47,13 @@
|
|||||||
"test:coverage": "nyc npm run test",
|
"test:coverage": "nyc npm run test",
|
||||||
"test:coverage-report": "nyc report --reporter=text-lcov | coveralls"
|
"test:coverage-report": "nyc report --reporter=text-lcov | coveralls"
|
||||||
},
|
},
|
||||||
|
"nyc": {
|
||||||
|
"all": true,
|
||||||
|
"include": [
|
||||||
|
"bin/**/*.js",
|
||||||
|
"lib/**/*.js"
|
||||||
|
]
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "1.15.2",
|
"body-parser": "1.15.2",
|
||||||
"commander": "^2.9.0",
|
"commander": "^2.9.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user