reduce coverage requirement

This commit is contained in:
Ulf Gebhardt 2025-02-20 15:18:58 +01:00
parent 52c4d44b33
commit c560c02bfb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -14,7 +14,7 @@ export default defineConfig({
exclude: [...configDefaults.exclude],
thresholds: {
lines: 0,
functions: 66,
functions: 65,
branches: 66,
statements: 0,
},