thelounge/.nycrc
2017-04-19 01:19:11 -04:00

15 lines
200 B
JSON

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