mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Increase required coverage
This commit is contained in:
parent
34cfe2077b
commit
927ab76dbd
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ module.exports = {
|
|||
coverageThreshold: {
|
||||
global: {
|
||||
statements: 90,
|
||||
branches: 80,
|
||||
functions: 85,
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue