Skip to content

Commit

Permalink
disable coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Jan 29, 2024
1 parent 722f4bd commit 49d7909
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ export default defineConfig({
provider: "v8",
reporter: ["json", "json-summary", "html", "lcov", "text"],
reportOnFailure: true,
thresholds: {
statements: 10,
branches: 10,
functions: 10,
lines: 10,
},
// TODO: update coverage thresholds
// thresholds: {
// statements: 10,
// branches: 10,
// functions: 10,
// lines: 10,
// },
exclude: [
"app/**/*.{ts,tsx}",
"tests/**/*.{ts,tsx}",
Expand Down

0 comments on commit 49d7909

Please sign in to comment.