diff --git a/gulpfile.js b/gulpfile.js index 09c7ae1..487e2eb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -117,7 +117,7 @@ gulp.task('test', ['test-sloc', 'lint-tests'], function(cb) { mocha(MOCHA_OPTIONS), istanbul.writeReports({ dir: './coverage', - reporters: ['lcov', 'lcovonly', 'html', 'text'] + reporters: ['clover', 'lcov', 'lcovonly', 'html', 'text'] }) .once('error', () => { process.exit(1);