config: update coverage thresholds to 35%
This commit is contained in:
+4
-4
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user