mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
16 lines
291 B
JSON
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"
|
|
}
|