We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4a463 commit 258c134Copy full SHA for 258c134
1 file changed
openalprwebhookprocessor.client/karma.conf.js
@@ -25,8 +25,7 @@ module.exports = function (config) {
25
dir: require('path').join(__dirname, './coverage'),
26
subdir: '.',
27
reporters: [
28
- { type: 'html' },
29
- { type: 'cobertura' }
+ { type: 'lcov' }
30
]
31
},
32
preprocessors: {
0 commit comments