From ed02a7f9aa9f8769f2f029cb7e08083b5597515c Mon Sep 17 00:00:00 2001 From: Joe Pegler Date: Mon, 25 Mar 2024 12:21:09 +0000 Subject: [PATCH] ci: update thresholds --- tests/vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vitest.config.ts b/tests/vitest.config.ts index 348bb5912..79dd08cf1 100644 --- a/tests/vitest.config.ts +++ b/tests/vitest.config.ts @@ -20,7 +20,7 @@ export default defineConfig({ include: ["src/**/*.ts"], thresholds: { lines: 90, - functions: 90, + functions: 80, branches: 60, statements: 80 }