Skip to content

Commit

Permalink
Add Cobertura reports in gulp task
Browse files Browse the repository at this point in the history
Change-Id: I5b191bca1a173a35a1d86679ad657f95e4d5d7c2
Signed-off-by: rameshthoomu <[email protected]>
  • Loading branch information
rameshthoomu committed Feb 13, 2017
1 parent c39ef01 commit da1c9ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ gulp.task('test-headless', ['pre-test'], function() {
.pipe(tape({
reporter: tapColorize()
}))
.pipe(istanbul.writeReports());
.pipe(istanbul.writeReports({
reporters: ['cobertura']
}));
});

0 comments on commit da1c9ba

Please sign in to comment.