降低ci测试覆盖率
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user