mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-12 15:15:49 +00:00
increase coverage requirement
This commit is contained in:
parent
c92f7dbe35
commit
5a50ad37d9
@ -24,10 +24,10 @@ export default mergeConfig(
|
||||
'src/stories/**/*',
|
||||
],
|
||||
thresholds: {
|
||||
lines: 25,
|
||||
lines: 84,
|
||||
// functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607
|
||||
branches: 60,
|
||||
statements: 25,
|
||||
branches: 92,
|
||||
statements: 84,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user