Skip to content

Commit

Permalink
Update Vitest thresholds for home view
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Dec 19, 2024
1 parent 46bc9bf commit 065e00f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/vscode/webviews/homeView/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ export default defineConfig({
coverage: {
enabled: true,
thresholds: {
functions: 10,
lines: 10,
branches: 10,
statements: 10,
functions: 27.77,
lines: 16.06,
branches: 37.97,
statements: 16.06,
autoUpdate: true,
},
},
Expand Down

0 comments on commit 065e00f

Please sign in to comment.