config: update coverage thresholds to 35%

This commit is contained in:
张翔
2026-03-10 12:47:08 +08:00
parent 3991b34841
commit 0a1adfc2a2
+4 -4
View File
@@ -11,10 +11,10 @@ module.exports = {
],
coverageThreshold: {
global: {
branches: 20,
functions: 25,
lines: 25,
statements: 25,
branches: 30,
functions: 35,
lines: 35,
statements: 35,
},
},
coverageReporters: ['text', 'lcov', 'html', 'json'],