Add a coverage reporters option to ng test and angular json test options #27869
Labels
area: @angular-devkit/build-angular
devkit/build-angular:karma
feature: insufficient votes
Label to add when the not a sufficient number of votes or comments from unique authors
feature
Issue that requests a new feature
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?
The text was updated successfully, but these errors were encountered: