ff1c17d661
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
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": true,
|
|
"reporter": [
|
|
"html-spa",
|
|
"text-summary",
|
|
"cobertura"
|
|
],
|
|
"reportsDir": "./coverage-e2e",
|
|
"statements": 86,
|
|
"branches": 84,
|
|
"functions": 87,
|
|
"lines": 86,
|
|
"include": [
|
|
"core/{*.js,frontend,server,shared}"
|
|
],
|
|
"exclude": [
|
|
"core/frontend/src/**",
|
|
"core/frontend/public/**",
|
|
"core/server/data/migrations/**",
|
|
"!core/server/data/migrations/utils.js"
|
|
]
|
|
}
|