Skip to content

Commit

Permalink
ci: update thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Mar 25, 2024
1 parent 906237f commit ed02a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
include: ["src/**/*.ts"],
thresholds: {
lines: 90,
functions: 90,
functions: 80,
branches: 60,
statements: 80
}
Expand Down

0 comments on commit ed02a7f

Please sign in to comment.