1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

docs(angular): add code coverage content (#6394)

* docs(angular): add code coverage content

* Update src/data/roadmaps/angular/content/code-coverage@bqA2bxPcZrqQ-6QE-YDK1.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
J. Degand
2024-08-07 09:29:18 -04:00
committed by GitHub
parent de7e144d12
commit 37699cb996

View File

@@ -1 +1,8 @@
# Code Coverage
# Code Coverage
The Angular CLI can run unit tests and create code coverage reports. Code coverage reports show you any parts of your code base that might not be properly tested by your unit tests.
Visit the following resources to learn more:
- [@official@Angular Official Docs - code coverage](https://angular.dev/guide/testing/code-coverage)
- [@article@Measuring code coverage](https://testing-angular.com/measuring-code-coverage/)