Skip to content

Commit

Permalink
restore lcovonly option to karma
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-cloudnc committed Nov 19, 2021
1 parent 4861dd6 commit e0705d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function (config) {
coverageReporter: {
dir: require('path').join(__dirname, './coverage/test'),
subdir: '.',
reporters: [{ type: 'html' }, { type: 'text-summary' }],
reporters: [{ type: 'html' }, { type: 'text-summary' }, { type: 'lcovonly' }],
},
reporters: ['progress', 'kjhtml'],
port: 9876,
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-observable-lifecycle/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function (config) {
coverageReporter: {
dir: require('path').join(__dirname, '../../coverage/example'),
subdir: '.',
reporters: [{ type: 'html' }, { type: 'text-summary' }],
reporters: [{ type: 'html' }, { type: 'text-summary' }, { type: 'lcovonly' }],
},
reporters: ['progress', 'kjhtml'],
port: 9876,
Expand Down

0 comments on commit e0705d8

Please sign in to comment.