Add a coverage reporters option to ng test and angular json test options
- Lenguaje dominante
- TypeScript
- Estrellas
- 27k
- Forks
- 11.8k
- Merge medio
- 14 h 23 min
- PR fusionados (30 d)
- 162
Descripción
### 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?
Guía de contribución
Línea de trabajo
Comienza con el comando ng test y sus opciones de test en angular.json; después, compara la opción reporters existente con el comportamiento solicitado de coverageReporters. Comprueba cómo gestionan actualmente la cobertura --code-coverage y la configuración de Karma; se considera terminado cuando ng test --code-coverage --coverage-reporters lcov selecciona el reporter solicitado y funciona la opción equivalente de angular.json.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- angular, typescript
- Área
- cli, testing
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100