Skip to content

Commit

Permalink
test: fail vitest if code coverage is not at 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
hugop95 authored Aug 28, 2024
1 parent 26058fb commit 305d88c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ export default defineConfig({
],
test: {
coverage: {
thresholds: {
100: true,
},
all: false,
},
},
Expand Down

0 comments on commit 305d88c

Please sign in to comment.