mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +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: {
|
coverageThreshold: {
|
||||||
global: {
|
global: {
|
||||||
statements: 90,
|
statements: 90,
|
||||||
branches: 80,
|
branches: 85,
|
||||||
functions: 85,
|
functions: 90,
|
||||||
lines: 90,
|
lines: 90,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue