We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f09c09 commit 47e82fdCopy full SHA for 47e82fd
gulpfile.js
@@ -46,7 +46,7 @@ gulp.task('test', ['pre-test'], function () {
46
// Creating the reports after tests ran
47
.pipe(istanbul.writeReports({
48
dir: './test/reports/coverage',
49
- reporters: ['clover', 'cobertura']
+ reporters: ['clover']
50
}));
51
});
52
0 commit comments