diff --git a/gulpfile.babel.js b/gulpfile.babel.js index b2758b0a6abe55329d30fb9658e0547e5fcb150d..7b74ae0e7676e31e2c5a6862e86608962fa34a9b 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -78,7 +78,12 @@ gulp.task('test', ['pre-test'], () => { .pipe(istanbul.writeReports()) .pipe(istanbul.enforceThresholds({ thresholds: { - global: 80 + global: { + statements: 80, + branches: 75, + lines: 80, + functions: 80 + } } })) .on('error', () => {