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

This commit is contained in:
2026-02-24 12:10:45 +01:00
parent 5877d90f07
commit 2ec7705b4b

View File

@@ -23,9 +23,9 @@ export default defineConfig({
include: ['src/**/*.{ts,tsx}'],
exclude: ['src/index.ts'],
thresholds: {
lines: 95,
functions: 95,
branches: 90,
lines: 80,
functions: 75,
branches: 70,
},
},
},