Updated minimum coverage percentages

refs https://github.com/TryGhost/Toolbox/issues/475

- Increased statements and lines minimum required numbers as we have increased out baseline and should keep the bar as hight as possible
This commit is contained in:
Naz 2022-11-14 16:33:56 +07:00
parent b7951b5445
commit a1b5830269
No known key found for this signature in database

View File

@ -6,10 +6,10 @@
"text-summary",
"cobertura"
],
"statements": 57,
"statements": 61,
"branches": 80,
"functions": 51,
"lines": 57,
"lines": 61,
"include": [
"core/{*.js,frontend,server,shared}"
],