Skip to content

Commit 47e82fd

Browse files
committed
using clover only
1 parent 4f09c09 commit 47e82fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gulp.task('test', ['pre-test'], function () {
4646
// Creating the reports after tests ran
4747
.pipe(istanbul.writeReports({
4848
dir: './test/reports/coverage',
49-
reporters: ['clover', 'cobertura']
49+
reporters: ['clover']
5050
}));
5151
});
5252

0 commit comments

Comments
 (0)