increase coverage requirement

This commit is contained in:
Ulf Gebhardt 2024-01-09 11:32:54 +01:00
parent 2832f7bb74
commit 0d4eadfd0b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -19,10 +19,10 @@ export default mergeConfig(
'src/stories/**/*', 'src/stories/**/*',
], ],
thresholds: { thresholds: {
lines: 17, lines: 25,
// functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607 // functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607
branches: 41, branches: 60,
statements: 17, statements: 25,
}, },
}, },
}, },