Skip to content

Commit

Permalink
upgraded threshold to 100 to prevent pushing uncovered code
Browse files Browse the repository at this point in the history
  • Loading branch information
aminnairi committed Dec 8, 2023
1 parent 16e3943 commit ea29724
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ export default defineConfig({
test: {
coverage: {
reporter: ["text", "lcov"],
all: false
all: false,
thresholds: {
100: true
}
}
}
});

0 comments on commit ea29724

Please sign in to comment.