Skip to content

Commit ce2f234

Browse files
committed
Switched coverage reporter to lcov.
1 parent bd75b66 commit ce2f234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function (config) {
3434

3535
// optionally, configure the reporter
3636
coverageReporter: {
37-
type: 'html',
37+
type: 'lcov',
3838
dir: 'coverage/'
3939
},
4040

0 commit comments

Comments
 (0)