GT2/GT2-iOS/node_modules/es-abstract/.nycrc

16 lines
291 B
JSON

{
"all": true,
"check": true,
"reporter": ["text-summary", "text", "html", "json"],
"lines": 98,
"statements": 97,
"functions": 93,
"branches": 94,
"exclude": [
"coverage",
"operations",
"test"
],
"xreport-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"
}