Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f3b3924

Browse files
author
Parth Shah
committed
adding code coverage from cobertura
1 parent 7fcea58 commit f3b3924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulp.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ module.exports = function() {
125125
reporters: [
126126
{type: 'html', subdir: 'report-html'},
127127
{type: 'lcov', subdir: '.', file: 'lcov.info'},
128-
{type: 'text-summary'}
128+
{type: 'text-summary'},
129+
{type: 'cobertura', subdir: 'cobertura', file: 'coverage.xml'}
129130
]
130131
},
131132
preprocessors: {}

0 commit comments

Comments
 (0)