hardlounge/.nycrc

15 lines
170 B
JSON

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