mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
Removed db schema config from e2e test coverage
refs a2d487e074
- Same reasoning as in referenced commit: "Database schema definition file is a special type of "configuration" file containing mostly static declarations. This sort of code should not be tested by unit tests, rather by e2e tests"
This commit is contained in:
parent
130f379176
commit
0cfef77a01
@ -7,10 +7,10 @@
|
||||
"cobertura"
|
||||
],
|
||||
"reportsDir": "./coverage-e2e",
|
||||
"statements": 87,
|
||||
"statements": 86,
|
||||
"branches": 85,
|
||||
"functions": 88,
|
||||
"lines": 87,
|
||||
"lines": 86,
|
||||
"include": [
|
||||
"core/{*.js,frontend,server,shared}"
|
||||
],
|
||||
@ -19,6 +19,7 @@
|
||||
"core/frontend/public/**",
|
||||
"core/frontend/helpers/**",
|
||||
"core/server/data/migrations/**",
|
||||
"core/server/data/schema/schema.js",
|
||||
"!core/server/data/migrations/utils.js",
|
||||
"core/server/web/api/testmode/**"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user