reduce coverage further

This commit is contained in:
Ulf Gebhardt 2025-02-24 16:43:08 +01:00
parent c8c7cda106
commit ae5e96595f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -15,8 +15,8 @@ export default defineConfig({
exclude: [...configDefaults.exclude],
thresholds: {
lines: 0,
functions: 61,
branches: 62,
functions: 60,
branches: 61,
statements: 0,
},
},