Skip to content

Commit cdca323

Browse files
committed
Readme
1 parent bbb2609 commit cdca323

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ ReportGenerator
1919

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

22-
[Browse example report](https://reportgenerator.io/resources/reports/Html/index.html)
22+
23+
ReportGenerator supports merging several coverage files into a single report.
24+
25+
[Browse example HTML report](https://reportgenerator.io/resources/reports/Html/index.html)
2326

2427
<div align="center">
2528

src/Readme.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ DESCRIPTION
1414
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura,
1515
JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
1616

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

20-
ReportGenerator supports merging several reports into one.
19+
ReportGenerator supports merging several coverage files into a single report.
2120

2221
The following output formats are supported by ReportGenerator:
2322

0 commit comments

Comments
 (0)