Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New article that details unit test code coverage using coverlet #18955

Merged
merged 17 commits into from
Jun 17, 2020
Prev Previous commit
Next Next commit
Minor tweaks
  • Loading branch information
IEvangelist committed Jun 16, 2020
commit 5e77384990d2c9ff6daf86289765c1b5ecb78794
4 changes: 2 additions & 2 deletions docs/core/testing/unit-testing-code-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ reportgenerator
-reporttypes:Html
```

This will generate a report as an HTML file.
This will generate a report as an HTML file. Here is an example report:

:::image type="content" source="media/test-report.png" alt-text="Unit test generated report":::
:::image type="content" source="media/test-report.png" lightbox="media/test-report.png" alt-text="Unit test generated report":::

## See also

Expand Down