Ghost/ghost/core/.c8rc.e2e.json

22 lines
386 B
JSON
Raw Normal View History

{
"all": true,
"check-coverage": true,
"reporter": [
"html-spa",
"text-summary",
"cobertura"
],
"reportsDir": "./coverage-e2e",
"statements": 78,
"branches": 80,
"functions": 80,
"lines": 78,
"include": [
"core/{*.js,frontend,server,shared}"
],
"exclude": [
"core/server/data/migrations/**",
"!core/server/data/migrations/utils.js"
]
}