Skip to content

Commit

Permalink
Removed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benderTheCrime committed Sep 29, 2015
1 parent d40b00d commit 23c9637
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ gulp.task('mocha', [ 'istanbul' ], function() {
dir: 'coverage'
},
reporters: [ 'text', 'text-summary', 'html', 'lcov' ]
})).pipe(
istanbul.enforceThresholds({
thresholds: {
global: 65
}
})
);
}));
});
gulp.task('esdoc', [ 'mocha' ], function() {
return gulp.src(SRC_DIR).pipe(esdoc({
Expand Down

0 comments on commit 23c9637

Please sign in to comment.