Add clover coverage report to jenkins build

This commit is contained in:
Timothy Warren 2016-03-09 14:40:36 -05:00
parent 508b1b0d88
commit 7afb44dc20
1 changed files with 1 additions and 1 deletions

View File

@ -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);