mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-15 03:53:51 +00:00
Reduce required branches coverage
This commit is contained in:
@@ -46,7 +46,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
|
||||||
thresholds: {
|
thresholds: {
|
||||||
statements: 95,
|
statements: 95,
|
||||||
branches: 95,
|
branches: 90,
|
||||||
functions: 90,
|
functions: 90,
|
||||||
lines: 95,
|
lines: 95,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user