refactor(@schematics/angular): remove lcov from coverage reporters

In many users will not use lcov reports, also  this reporter generates an HTML report, which we are already generating using the html reporter.\
This commit is contained in:
Alan Agius 2020-09-11 13:49:40 +02:00 committed by Charles
parent 8e05a5e8a6
commit 0d7bbd82f6
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ module.exports = function (config) {
subdir: '.',
reporters: [
{type: 'html'},
{type: 'lcov'},
{type: 'text-summary'},
],
},

View File

@ -20,7 +20,6 @@ module.exports = function (config) {
subdir: '.',
reporters: [
{type: 'html'},
{type: 'lcov'},
{type: 'text-summary'},
],
},