Skip to content

Commit fbd70d1

Browse files
committed
chore(*): leaving only lcov coverage reporter
1 parent 9be9cb4 commit fbd70d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/igniteui-angular/karma.conf.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ module.exports = function (config) {
4141
subdir: '.',
4242
reporters: [
4343
// reporters not supporting the `file` property
44-
{ type: 'html' },
45-
{ type: 'json' },
46-
{ type: 'lcovonly' },
44+
{ type: 'lcov' },
4745
]
4846
},
4947
reporters: ['progress', 'coverage'],

0 commit comments

Comments
 (0)