refine coverage treshold for failure

This commit is contained in:
2016-02-09 06:01:32 +01:00
parent ebe7a02ef0
commit 2090dad540
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ module NpmtsTests {
// Creating the reports after tests ran
.pipe(plugins.g.istanbul.writeReports())
// Enforce a coverage of at least 90%
.pipe(plugins.g.istanbul.enforceThresholds({ thresholds: { global: 90 } }));
.pipe(plugins.g.istanbul.enforceThresholds({ thresholds: { global: 30 } }));
});
plugins.gulp.task("coveralls",function(){