Description
In this exercise, you will generate code coverage metrics and render them in the browser.
1. Navigate to the [solution directory](../01-simple-testcase/solution/standard-testing) of exercise 1.
2. Generate code coverage metrics and capture them in a text file.
3. Generate a HTML report for those code coverage metrics. Inspect the results.
4. Generate the code coverage metrics with the CLI option `-covermode=count`. How is the result different?
5. (Optional) Render code coverage metrics in the IDE of your choice if supported.




Reviews
There are no reviews yet.