mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"statements": 60,
|
||||
"branches": 85,
|
||||
"functions": 51,
|
||||
"functions": 50,
|
||||
"lines": 60,
|
||||
"include": [
|
||||
"core/{*.js,frontend,server,shared}"
|
||||
|
|
Loading…
Add table
Reference in a new issue