thelounge/.nycrc
2017-03-28 19:09:40 -04:00

14 lines
175 B
JSON

{
"all": true,
"exclude": [
"client/js/bundle.js",
"client/js/bundle.vendor.js",
"test/"
],
"reporter": [
"lcov",
"text",
"text-summary"
]
}