dev #5

Merged
zhangxiang merged 159 commits from dev into main 2026-04-12 17:39:08 +08:00
Showing only changes of commit d1c728de6f - Show all commits
+4 -4
View File
@@ -12,10 +12,10 @@ module.exports = {
], ],
coverageThreshold: { coverageThreshold: {
global: { global: {
branches: 50, branches: 41,
functions: 55, functions: 48,
lines: 60, lines: 54,
statements: 60, statements: 53,
}, },
}, },
coverageReporters: ['text', 'lcov', 'html', 'json'], coverageReporters: ['text', 'lcov', 'html', 'json'],