hardlounge/.nycrc

15 lines
192 B
JSON

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