Skip to content

Commit

Permalink
update coverage treshold
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 26, 2024
1 parent 3db8556 commit dd73be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export default defineConfig({
coverage: {
enabled: true,
thresholds: {
statements: 15,
branches: 59,
statements: 13,
branches: 54,
functions: 21,
lines: 15
lines: 13
}
}
}
Expand Down

0 comments on commit dd73be2

Please sign in to comment.