sakuya/node_modules/is-core-module/.nycrc
2022-04-10 00:37:53 +08:00

10 lines
139 B
JSON

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}