webhook/node_modules/es-abstract/.nycrc
2022-11-10 20:43:16 +10:00

10 lines
155 B
JSON

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