thelounge/.nycrc
2017-11-30 20:33:23 -05:00

15 lines
170 B
JSON

{
"all": true,
"exclude": [
"coverage",
"public/",
"test/",
"webpack.config.js"
],
"reporter": [
"lcov",
"text",
"text-summary"
]
}