Skip to content

Commit 6edcfc3

Browse files
committed
chore(ci): set test coverage thresholds
1 parent f64e025 commit 6edcfc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/thirdweb/test/vitest.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ export default defineConfig({
3030
"src/exports/**",
3131
],
3232
include: ["src/**"],
33+
thresholds: {
34+
functions: 90,
35+
branches: 80,
36+
lines: 80,
37+
statements: 80,
38+
},
3339
},
3440
environmentMatchGlobs: [["src/react/**/*.test.tsx", "happy-dom"]],
3541
environment: "node",

0 commit comments

Comments
 (0)