mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-19 08:16:37 +00:00
Fix coverage thresholds definition
This commit is contained in:
@@ -43,10 +43,12 @@ export default defineConfig({
|
||||
],
|
||||
|
||||
// Required code coverage. Lower than this will make the check fail
|
||||
statements: 95,
|
||||
branches: 95,
|
||||
functions: 90,
|
||||
lines: 95,
|
||||
thresholds: {
|
||||
statements: 95,
|
||||
branches: 95,
|
||||
functions: 90,
|
||||
lines: 95,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user