Skip to content

Commit

Permalink
decrease coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jul 15, 2024
1 parent e3ad2bc commit 2ee4dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export default defineConfig({
],
reportOnFailure: true,
thresholds: {
statements: 95.34,
statements: 95.33,
branches: 97.7,
functions: 90.5,
lines: 95.34,
lines: 95.33,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit 2ee4dba

Please sign in to comment.