Skip to content

Commit

Permalink
Add outFile option
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Oct 14, 2014
1 parent eb47bc2 commit 11f0833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ gulp.task 'coverage', (done) ->
debugDirectory: 'debug'
.pipe mocha()
.pipe cover.report
outFile: 'coverage.html'
reporter: 'html'

gulp.task 'coveralls', (done) ->
Expand Down

0 comments on commit 11f0833

Please sign in to comment.