mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +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-report": "nyc report --reporter=text-lcov | coveralls"
|
||||
},
|
||||
"nyc": {
|
||||
"all": true,
|
||||
"include": [
|
||||
"bin/**/*.js",
|
||||
"lib/**/*.js"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "1.15.2",
|
||||
"commander": "^2.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user