Skip to content

Commit

Permalink
report coverage on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Jan 29, 2024
1 parent dff41c8 commit 831f21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default defineConfig({
coverage: {
provider: "v8",
reporter: ["json", "json-summary", "html", "lcov", "text"],
reportOnFailure: true,
thresholds: {
statements: 60,
branches: 60,
Expand Down

0 comments on commit 831f21e

Please sign in to comment.