-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Open
@james-schwartzkopf
Description
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?