Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Readme
  • Loading branch information
danielpalme committed Jan 18, 2023
commit cdca3231c86d323ec26e9f32895c698824c3334b
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