semblance-dev/node_modules/is-core-module/.nycrc
2025-12-19 19:26:16 +00:00

9 lines
139 B
JSON
Executable file

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