Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jan 18, 2023
1 parent bbb2609 commit cdca323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ ReportGenerator

The reports show the coverage quotas and also visualize which lines of your source code have been covered.

[Browse example report](https://reportgenerator.io/resources/reports/Html/index.html)

ReportGenerator supports merging several coverage files into a single report.

[Browse example HTML report](https://reportgenerator.io/resources/reports/Html/index.html)

<div align="center">

Expand Down
5 changes: 2 additions & 3 deletions src/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ DESCRIPTION
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura,
JaCoCo, Clover, gcov or lcov into human readable reports in various formats.

The reports do not only show the coverage quota, but also include the source code and visualize which lines have been
covered.
The reports show the coverage quotas and also visualize which lines of your source code have been covered.

ReportGenerator supports merging several reports into one.
ReportGenerator supports merging several coverage files into a single report.

The following output formats are supported by ReportGenerator:

Expand Down

0 comments on commit cdca323

Please sign in to comment.