mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
A new CLI config entry under `test` allows you to list exclude globs for code coverage: ``` "test": { "codeCoverage": { "exclude": [ "src/polyfills.ts", "**/test.ts" ] }, "karma": { "config": "./karma.conf.js" } }, ```