Add a coverage reporters option to ng test and angular json test options
未关闭
area: @angular-devkit/build-angular
devkit/build-angular:karma
feature
feature: insufficient votes
- 主要语言
- TypeScript
- 星标
- 27k
- 派生
- 11.8k
- 平均合并
- 14 小时 23 分钟
- 30 天内合并 PR
- 162
描述
### Command
test
### Description
It would be nice to be able to specify coverageReporters similar to reporters for ng test
### Describe the solution you'd like
ng test --code-coverage --coverage-reporters lcov
### Describe alternatives you've considered
I could just add a karma conf and configure the coverage reports there, but I can configure excludes for code coverage, why not the reporter?
贡献指南
调研方向
从 ng test 命令及其在 angular.json 中的测试选项开始,然后将现有的 reporters 选项与所请求的 coverageReporters 行为进行比较。检查 --code-coverage 和 Karma 配置当前如何处理覆盖率;当 ng test --code-coverage --coverage-reporters lcov 选择所请求的 reporter,并且 angular.json 中的等效选项能够正常工作时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- cli, testing
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100