mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
increase coverage requirement
This commit is contained in:
parent
2832f7bb74
commit
0d4eadfd0b
@ -19,10 +19,10 @@ export default mergeConfig(
|
||||
'src/stories/**/*',
|
||||
],
|
||||
thresholds: {
|
||||
lines: 17,
|
||||
lines: 25,
|
||||
// functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607
|
||||
branches: 41,
|
||||
statements: 17,
|
||||
branches: 60,
|
||||
statements: 25,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user