update thresholds
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-24 12:10:36 +01:00
parent 850eed0766
commit dd084369e9

View File

@@ -42,9 +42,9 @@ export default defineConfig({
'src/types/**', 'src/types/**',
], ],
thresholds: { thresholds: {
lines: 95, lines: 80,
functions: 95, functions: 75,
branches: 90, branches: 70,
}, },
}, },
}, },