mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Adjusted required code coverage to current values
This commit is contained in:
parent
b877aa8e5b
commit
310913b222
1 changed files with 3 additions and 3 deletions
|
@ -9,10 +9,10 @@ module.exports = {
|
||||||
],
|
],
|
||||||
coverageThreshold: {
|
coverageThreshold: {
|
||||||
global: {
|
global: {
|
||||||
statements: 80,
|
statements: 85,
|
||||||
branches: 80,
|
branches: 75,
|
||||||
functions: 80,
|
functions: 80,
|
||||||
lines: 80,
|
lines: 85,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
resolver: 'jest-pnp-resolver',
|
resolver: 'jest-pnp-resolver',
|
||||||
|
|
Loading…
Reference in a new issue