Skip to content

Commit 5139547

Browse files
committed
Removing the redudant coverageReporter from karma.conf.js
1 parent d4b4c0d commit 5139547

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

eform-client/src/karma.conf.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ module.exports = function (config) {
4242
dir: require('path').join(__dirname, './coverage'),
4343
reporters: [{ type: 'html' }, { type: 'text-summary' }]
4444
},
45-
coverageReporter: {
46-
dir: require('path').join(__dirname, '../coverage'),
47-
subdir: '.',
48-
reporters: [
49-
{ type: 'html' },
50-
{ type: 'text-summary' },
51-
{ type: 'lcovonly' }
52-
]
53-
},
5445
reporters: ['progress', 'kjhtml'],
5546
port: 9876,
5647
colors: true,

0 commit comments

Comments
 (0)