Skip to content

Commit 2a632e4

Browse files
committed
set minimum code coverage
1 parent 77fef15 commit 2a632e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/unit/vitest.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export default defineConfig({
1212
provider: "istanbul",
1313
include: ["src/api/**/*.ts", "src/common/**/*.ts"],
1414
exclude: ["src/api/lambda.ts"],
15+
thresholds: {
16+
statements: 54,
17+
functions: 65,
18+
lines: 54,
19+
},
1520
},
1621
},
1722
resolve: {

0 commit comments

Comments
 (0)