We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c66cc commit 3e8b65fCopy full SHA for 3e8b65f
1 file changed
vitest.config.mts
@@ -26,11 +26,13 @@ export default defineConfig({
26
// Section 3.6: Testing coverage thresholds
27
// Adjusted to reflect current coverage levels and prevent CI failures
28
// 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
31
thresholds: {
- lines: 61,
32
+ lines: 61, // Actual: 61.67% (was 63%)
33
functions: 43,
34
branches: 40,
- statements: 60,
35
+ statements: 60, // Actual: 60.46% (was 62%)
36
},
37
38
0 commit comments