github-pages-deploy-action/node_modules/object-inspect/.nycrc

18 lines
291 B
Plaintext
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
"all": true,
"check-coverage": true,
"instrumentation": false,
"sourceMap": false,
2020-03-07 11:45:40 +08:00
"reporter": ["html", "text-summary"],
"lines": 93,
"statements": 93,
2020-01-28 13:07:56 +08:00
"functions": 96,
2020-03-07 11:45:40 +08:00
"branches": 89,
2020-01-28 13:07:56 +08:00
"exclude": [
"coverage",
"example",
"test",
"test-core-js.js"
]
}