Files
pole-book/server/node_modules/plop/.nycrc

13 lines
124 B
JSON

{
"all": true,
"reporter": [
"text",
"text-summary",
"lcov"
],
"include": [
"bin/**/*.js",
"src/**/*.js"
]
}