mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
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:
parent
8e05a5e8a6
commit
0d7bbd82f6
@ -20,7 +20,6 @@ module.exports = function (config) {
|
||||
subdir: '.',
|
||||
reporters: [
|
||||
{type: 'html'},
|
||||
{type: 'lcov'},
|
||||
{type: 'text-summary'},
|
||||
],
|
||||
},
|
||||
|
@ -20,7 +20,6 @@ module.exports = function (config) {
|
||||
subdir: '.',
|
||||
reporters: [
|
||||
{type: 'html'},
|
||||
{type: 'lcov'},
|
||||
{type: 'text-summary'},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user