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 bd75b66 commit ce2f234Copy full SHA for ce2f234
karma.conf.js
@@ -34,7 +34,7 @@ module.exports = function (config) {
34
35
// optionally, configure the reporter
36
coverageReporter: {
37
- type: 'html',
+ type: 'lcov',
38
dir: 'coverage/'
39
},
40
0 commit comments