mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Adjust required code coverage
This commit is contained in:
parent
9f7ac09fb0
commit
30307de37a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default defineConfig({
|
||||||
// Required code coverage. Lower than this will make the check fail
|
// Required code coverage. Lower than this will make the check fail
|
||||||
statements: 95,
|
statements: 95,
|
||||||
branches: 95,
|
branches: 95,
|
||||||
functions: 95,
|
functions: 90,
|
||||||
lines: 95,
|
lines: 95,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue