Add clover coverage report to jenkins build
This commit is contained in:
parent
508b1b0d88
commit
7afb44dc20
@ -117,7 +117,7 @@ gulp.task('test', ['test-sloc', 'lint-tests'], function(cb) {
|
|||||||
mocha(MOCHA_OPTIONS),
|
mocha(MOCHA_OPTIONS),
|
||||||
istanbul.writeReports({
|
istanbul.writeReports({
|
||||||
dir: './coverage',
|
dir: './coverage',
|
||||||
reporters: ['lcov', 'lcovonly', 'html', 'text']
|
reporters: ['clover', 'lcov', 'lcovonly', 'html', 'text']
|
||||||
})
|
})
|
||||||
.once('error', () => {
|
.once('error', () => {
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user