thelounge/.nycrc
2017-10-18 21:20:12 +03:00

14 lines
154 B
JSON

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