diff --git a/gulpfile.js b/gulpfile.js index 5e6b098..3bba749 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -72,7 +72,7 @@ gulp.task('karma', function() { }); gulp.task('coveralls', function() { - gulp.src('test/coverage/**/lcov.info') + gulp.src('coverage/**/lcov.info') .pipe(coveralls()); });