thelounge/.nycrc
2018-02-19 16:38:21 +02:00

16 lines
186 B
JSON

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