diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index e67a5244b4d90816abe3d27d350be349695ea7ad..2ff461ffc69e431cf02358587d59f2f80391c95f 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -79,7 +79,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', () => {