1
0
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:
sveisvei 2016-11-13 21:06:28 +01:00 committed by Ivar Conradi Østhus
parent 4cc24c76d3
commit 95b5475991

View File

@ -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",