Skip to content

Commit

Permalink
test(coverage): set the bar to the current levels of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Oct 3, 2024
1 parent 6ced12f commit fe90db8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ export default defineConfig({
include: ["src/**/*.ts"],
reporter: ["html"],
thresholds: {
100: true,
lines: 88.88,
functions: 75,
statements: 88.88,
},
},
},
});
});

0 comments on commit fe90db8

Please sign in to comment.