increase coverage requirement

This commit is contained in:
Ulf Gebhardt 2024-01-09 23:08:35 +01:00
parent c92f7dbe35
commit 5a50ad37d9
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -24,10 +24,10 @@ export default mergeConfig(
'src/stories/**/*', 'src/stories/**/*',
], ],
thresholds: { thresholds: {
lines: 25, lines: 84,
// 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: 60, branches: 92,
statements: 25, statements: 84,
}, },
}, },
}, },