Skip to content

Commit

Permalink
Add coverage threshholds
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 7, 2024
1 parent 9a5a6fd commit 348178b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ export default defineConfig({
"convex/_generated/**",
"src/routeTree.gen.ts",
],
thresholds: {
lines: 60,
statements: 60,
functions: 60,
branches: 60,
},
},
},
});

0 comments on commit 348178b

Please sign in to comment.