mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 08:54:33 +03:00
Reduce required branches coverage
This commit is contained in:
parent
202a69bdf5
commit
3ba0f38f21
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default defineConfig({
|
|||
// Required code coverage. Lower than this will make the check fail
|
||||
thresholds: {
|
||||
statements: 95,
|
||||
branches: 95,
|
||||
branches: 90,
|
||||
functions: 90,
|
||||
lines: 95,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue