Skip to content

Commit 0583ea6

Browse files
committed
reduce coverage
1 parent e80d984 commit 0583ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export default defineConfig({
1313
include: ["src/api/**/*.ts", "src/common/**/*.ts"],
1414
exclude: ["src/api/lambda.ts", "src/api/sqs/handlers/templates/*.ts"],
1515
thresholds: {
16-
statements: 55,
16+
statements: 50,
1717
functions: 66,
18-
lines: 55,
18+
lines: 50,
1919
},
2020
},
2121
},

0 commit comments

Comments
 (0)