From 7afb44dc205bd8b9b02f8b63bc22226ae19287dd Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 9 Mar 2016 14:40:36 -0500 Subject: [PATCH] Add clover coverage report to jenkins build --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);