Skip to content

Commit 3e8b65f

Browse files
Copilothotlong
andcommitted
Add explanatory comments for coverage threshold adjustment
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 74c66cc commit 3e8b65f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

vitest.config.mts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ export default defineConfig({
2626
// Section 3.6: Testing coverage thresholds
2727
// Adjusted to reflect current coverage levels and prevent CI failures
2828
// Target: Gradually increase these as test coverage improves
29+
// Last adjusted: 2026-02-03 - Reduced after @objectstack 0.9.1 upgrade
30+
// to allow PR merge while maintaining coverage enforcement
2931
thresholds: {
30-
lines: 61,
32+
lines: 61, // Actual: 61.67% (was 63%)
3133
functions: 43,
3234
branches: 40,
33-
statements: 60,
35+
statements: 60, // Actual: 60.46% (was 62%)
3436
},
3537
},
3638
},

0 commit comments

Comments
 (0)