Skip to content

Commit

Permalink
Fixup for bf8f5a0
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Dec 10, 2015
1 parent bf8f5a0 commit 8a2efc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -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());
});

Expand Down

0 comments on commit 8a2efc8

Please sign in to comment.