Closed
Description
As in the title, config file entry specifying code coverage excluded files is not getting migrated.
Versions
Angular CLI: 6.0.1
Node: 8.9.1
OS: win32 x64
Angular: 6.0.1
... cli, common, compiler, compiler-cli, core, forms, http
... language-service, platform-browser, platform-browser-dynamic
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.6.1
@angular-devkit/build-angular 0.6.1
@angular-devkit/build-optimizer 0.6.1
@angular-devkit/core 0.6.1
@angular-devkit/schematics 0.6.1
@ngtools/json-schema 1.1.0
@ngtools/webpack 6.0.1
@schematics/angular 0.6.1
@schematics/update 0.6.1
ng-packagr 3.0.0-rc.5
rxjs 6.1.0
typescript 2.7.2
webpack 4.6.0
Repro steps
Create a repository using Angular Cli 1.7.x and add code coverage excludes to it. Upgrade and migrate to Angular Cli 6.x.x.
Observed behavior
The coverage excluded files list is not being populated in the newly created config.
Desired behavior
The code coverage excluded list of files should be populated.