Skip to content

Commit 258c134

Browse files
committed
output lcov code coverage
1 parent 0a4a463 commit 258c134

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openalprwebhookprocessor.client/karma.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ module.exports = function (config) {
2525
dir: require('path').join(__dirname, './coverage'),
2626
subdir: '.',
2727
reporters: [
28-
{ type: 'html' },
29-
{ type: 'cobertura' }
28+
{ type: 'lcov' }
3029
]
3130
},
3231
preprocessors: {

0 commit comments

Comments
 (0)