fixs some cosmetics
This commit is contained in:
@ -28,7 +28,7 @@ export var run = function(configArg) {
|
||||
var stream = plugins.gulp.src([plugins.path.join(paths.cwd,"./coverage/lcov.info")])
|
||||
.pipe(plugins.g.coveralls())
|
||||
.pipe(plugins.g.gFunction(function(){
|
||||
plugins.beautylog.ok("coverage data has beend uploaded Coveralls!");
|
||||
plugins.beautylog.ok("Tests have passed and coverage data has been uploaded to Coveralls!");
|
||||
},"atEnd"));
|
||||
return stream;
|
||||
};
|
||||
|
Reference in New Issue
Block a user