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/**',
],
thresholds: {
lines: 95,
functions: 95,
branches: 90,
lines: 80,
functions: 75,
branches: 70,
},
},
},