disable global check
This commit is contained in:
parent
38b7e6ccef
commit
58736e2695
|
@ -30,14 +30,14 @@ module.exports = function(config) {
|
||||||
{ type: 'text-summary' },
|
{ type: 'text-summary' },
|
||||||
{ type: 'lcovonly' }
|
{ type: 'lcovonly' }
|
||||||
],
|
],
|
||||||
check: {
|
// check: {
|
||||||
global: {
|
// global: {
|
||||||
statements: 80,
|
// statements: 80,
|
||||||
branches: 80,
|
// branches: 80,
|
||||||
functions: 80,
|
// functions: 80,
|
||||||
lines: 80
|
// lines: 80
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
|
|
||||||
// coverage reporter generates the coverage
|
// coverage reporter generates the coverage
|
||||||
|
|
Loading…
Reference in New Issue