2
0
Fork 0
mirror of https://github.com/thelounge/thelounge synced 2025-02-18 14:18:26 +00:00
thelounge/.nycrc
2017-04-19 01:19:11 -04:00

14 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"
]
}