hardlounge/.nycrc

16 lines
186 B
JSON

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