feat: add nyc config

v1.18.x
Barış Soner Uşaklı 5 years ago
parent 3673accdb8
commit 3326d80c11

@ -16,6 +16,11 @@
"test": "npx nyc --reporter=html --reporter=text-summary npx mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
},
"nyc": {
"exclude": [
"src/upgrades/*"
]
},
"husky": {
"hooks": {
"pre-commit": "npx lint-staged",

Loading…
Cancel
Save