Skip to content

Commit 4731a6e

Browse files
CoderCococlaude
andcommitted
chore: set coverage thresholds at current baseline
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 06be82d commit 4731a6e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/vitest.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ export default defineConfig({
4444
// lcov: machine-readable format; available for future Codecov integration.
4545
reporter: ['text', 'lcov'],
4646
reportsDirectory: './coverage',
47+
thresholds: {
48+
statements: 64,
49+
branches: 75,
50+
functions: 67,
51+
lines: 64,
52+
},
4753
},
4854
},
4955
esbuild: {

0 commit comments

Comments
 (0)