hardlounge/.nycrc

14 lines
175 B
JSON

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