Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 192e818

Browse files
committed
karma
1 parent 59a276a commit 192e818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ module.exports = function (config) {
1616
clearContext: false, // leave Jasmine Spec Runner output visible in browser
1717
},
1818
coverageIstanbulReporter: {
19-
dir: require('path').join(__dirname, './coverage'),
19+
dir: require('path').join(__dirname, './coverage/zzz'),
2020
reports: ['html', 'lcovonly', 'text-summary'],
2121
fixWebpackSourcePaths: true,
2222
},
23-
reporters: ['progress', 'kjhtml'],
23+
reporters: ['coverage-istanbul', 'progress', 'kjhtml'],
2424
port: 9876,
2525
colors: true,
2626
logLevel: config.LOG_INFO,

0 commit comments

Comments
 (0)