mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Lowered minimum function coverage tests (#15894)
refs https://github.com/TryGhost/Ghost/pull/15877 refs https://github.com/TryGhost/Ghost/pull/15892 We've been running into issues with unit test coverage in the references PR's and have tried adding unit tests, but the problem persists. We're lowering this to unblock development.
This commit is contained in:
parent
64ac47f4ef
commit
a95cc4e7ac
@ -8,7 +8,7 @@
|
||||
],
|
||||
"statements": 60,
|
||||
"branches": 85,
|
||||
"functions": 51,
|
||||
"functions": 50,
|
||||
"lines": 60,
|
||||
"include": [
|
||||
"core/{*.js,frontend,server,shared}"
|
||||
|
Loading…
Reference in New Issue
Block a user