From 2ec7705b4bd5e4f60688168bc05d42ec19b19dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 24 Feb 2026 12:10:45 +0100 Subject: [PATCH] update thresholds --- vite.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 2ba9e56..c09ec7f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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, }, }, },