降低ci测试覆盖率

This commit is contained in:
YHH
2025-09-02 21:16:36 +08:00
parent 814842dbaf
commit 586a0e5d14

View File

@@ -18,10 +18,10 @@ module.exports = {
coverageReporters: ['text', 'lcov', 'html'], coverageReporters: ['text', 'lcov', 'html'],
coverageThreshold: { coverageThreshold: {
global: { global: {
branches: 15, branches: 10,
functions: 25, functions: 20,
lines: 30, lines: 25,
statements: 30 statements: 25
} }
}, },
verbose: true, verbose: true,