Skip to content

Commit

Permalink
add index.js to coverage to cover dependend file rules/utils/rulesCon…
Browse files Browse the repository at this point in the history
…figuration.js
  • Loading branch information
tilmanschweitzer committed Nov 22, 2015
1 parent 9f5b585 commit fd5ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gulp.task('quality', function() {
});

gulp.task('test', function(cb) {
gulp.src(['rules/**/*.js'])
gulp.src(['index.js', 'rules/**/*.js'])
.pipe(istanbul()) // Covering files
.pipe(istanbul.hookRequire()) // Force `require` to return covered files
.on('finish', function() {
Expand Down

0 comments on commit fd5ea76

Please sign in to comment.