node/.nycrc

7 lines
99 B
JSON

{
"exclude": [
"**/internal/process/write-coverage.js"
],
"reporter": ["html", "text"]
}