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: { coverageThreshold: {
global: { global: {
branches: 20, branches: 30,
functions: 25, functions: 35,
lines: 25, lines: 35,
statements: 25, statements: 35,
}, },
}, },
coverageReporters: ['text', 'lcov', 'html', 'json'], coverageReporters: ['text', 'lcov', 'html', 'json'],