Skip to content

Commit

Permalink
chore: coverage percentage adjust (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldyzdk authored May 20, 2024
1 parent 032e4c8 commit fa249bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export default defineConfig({
reporter: ['html', 'json-summary', 'json', 'text-summary'],
reportOnFailure: true,
thresholds: {
branches: 100,
functions: 100,
lines: 100,
statements: 100,
branches: 85,
functions: 85,
lines: 85,
statements: 85,
},
},
globals: true,
Expand Down

0 comments on commit fa249bc

Please sign in to comment.