biofriction-wp-theme/node_modules/get-intrinsic/.nycrc

14 lines
216 B
Plaintext
Raw Normal View History

2021-10-26 14:18:09 +02:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"lines": 86,
"statements": 85.93,
"functions": 82.43,
"branches": 76.06,
"exclude": [
"coverage",
"test"
]
}