Bumped e2e test coverage thresholds

refs fc9f8aebc1

- With integration & regression test suites included in the e2e coverage reports the coverage has jumped up nicely. We should keep the threshold as hight as possible from accidentally reducing the coverage quality
This commit is contained in:
Naz 2022-11-30 10:41:32 +07:00
parent fc9f8aebc1
commit ff1c17d661
No known key found for this signature in database

View File

@ -7,10 +7,10 @@
"cobertura"
],
"reportsDir": "./coverage-e2e",
"statements": 78,
"branches": 80,
"functions": 80,
"lines": 79,
"statements": 86,
"branches": 84,
"functions": 87,
"lines": 86,
"include": [
"core/{*.js,frontend,server,shared}"
],