Skip to content

Commit

Permalink
Update karma.conf.js one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmiklos committed Mar 30, 2022
1 parent 437217a commit 4f003ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ module.exports = function (config) {
dir: require('path').join(__dirname, './coverage/interview-project'),
subdir: '.',
reporters: [
{ type: 'html' },
{ type: 'text-summary' }
{type: 'lcovonly', subdir: '.'},
{type: 'json', subdir: '.'},
]
},
reporters: ['progress', 'kjhtml'],
reporters: ['progress', 'kjhtml', 'coverage'],
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
Expand Down

0 comments on commit 4f003ff

Please sign in to comment.