Skip to content

Commit 5992983

Browse files
committed
release: v8.0.0
1 parent 0276ef0 commit 5992983

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

projects/ngx-form/karma.conf.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ module.exports = function (config) {
1515
client: {
1616
clearContext: false // leave Jasmine Spec Runner output visible in browser
1717
},
18-
coverageIstanbulReporter: {
18+
coverageReporter: {
1919
dir: require('path').join(__dirname, '../../coverage/ngx-form'),
20-
reports: ['html', 'lcovonly', 'json'],
20+
reporters: [
21+
{type: 'html', subdir: 'html'},
22+
{type: 'lcovonly', subdir: '.', file: 'lcov.info'},
23+
{type: 'json', subdir: '.', file: 'coverage.json'}
24+
],
2125
fixWebpackSourcePaths: true
2226
},
2327
reporters: ['progress', 'kjhtml', 'coverage'],

0 commit comments

Comments
 (0)