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:
parent
fc9f8aebc1
commit
ff1c17d661
@ -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}"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user