Skip to content

Commit

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

0 comments on commit a5cd0f1

Please sign in to comment.