mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
14 lines
170 B
JSON
14 lines
170 B
JSON
{
|
|
"all": true,
|
|
"exclude": [
|
|
"coverage",
|
|
"public/",
|
|
"test/",
|
|
"webpack.config.js"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text",
|
|
"text-summary"
|
|
]
|
|
}
|