diff --git a/vite.config.ts b/vite.config.ts index 418ca4b..40d8bb8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,6 @@ export default defineConfig({ coverage: { reporter: process.env.GITHUB_ACTIONS ? "text" : ["text", "html"], include: ["src/**"], - all: true, thresholds: { 100: true, },