Skip to content

Commit f0e7e5d

Browse files
kasaharuKeen Yee Liau
authored and
Keen Yee Liau
committed
fix(@schematics/angular): add text-summary to code coverage reporter
1 parent c232e14 commit f0e7e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/library/files/karma.conf.js.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function (config) {
1717
},
1818
coverageIstanbulReporter: {
1919
dir: require('path').join(__dirname, '<%= relativePathToWorkspaceRoot %>/coverage/<%= folderName %>'),
20-
reports: ['html', 'lcovonly'],
20+
reports: ['html', 'lcovonly', 'text-summary'],
2121
fixWebpackSourcePaths: true
2222
},
2323
reporters: ['progress', 'kjhtml'],

0 commit comments

Comments
 (0)