Skip to content

Commit

Permalink
ci: coverage increase
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Mar 25, 2024
1 parent 1caaff8 commit 61bf823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default defineConfig({
],
include: ["src/**/*.ts"],
thresholds: {
lines: 80,
functions: 70,
lines: 90,
functions: 90,
branches: 60,
statements: 80
}
Expand Down

0 comments on commit 61bf823

Please sign in to comment.