I am running the following command to unit test and generate code code coverage report.
ng test --code-coverage
It is writing code coverage re
Use below given command to check code coverage:
ng test -cc