Skip to content

Commit ec56b91

Browse files
committed
Readme
1 parent 1980157 commit ec56b91

13 files changed

+19
-19
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ReportGenerator
1616

1717
</div>
1818

19-
*ReportGenerator* converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
19+
*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.
2020

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

@@ -110,7 +110,7 @@ section. Examples:
110110
```gitconfig
111111
[ReportGenerator]
112112
reports = coverage.xml
113-
targetdir = "C:\report"
113+
targetdir = "C:\\report"
114114
reporttypes = Latex;HtmlSummary
115115
assemblyfilters = +Test;-Test
116116
classfilters = +Test2;-Test2

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77
<meta name="robots" content="index, follow" />
8-
<title>ReportGenerator - Converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats</title>
8+
<title>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</title>
99
<link rel="SHORTCUT ICON" href="/ReportGenerator/favicon.ico" type="image/x-icon" />
1010
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
1111
<link href="Content/combined.css" rel="stylesheet"/>
@@ -64,7 +64,7 @@ <h2>Reports</h2>
6464
<div class="col-sm-6">
6565
<h3>Reports in various formats</h3>
6666
<p>
67-
ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into a readable report in various formats.
67+
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into a readable report in various formats.
6868
</p>
6969
<p>
7070
The reports do not only show the coverage quota, but also include the source code and visualize which lines have been covered.

docs/resources/input_output.png

5.87 KB
Loading

docs/usage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77
<meta name="robots" content="index, follow" />
8-
<title>Usage - ReportGenerator - Converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats</title>
8+
<title>Usage - 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</title>
99
<link rel="SHORTCUT ICON" href="/ReportGenerator/favicon.ico" type="image/x-icon" />
1010
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
1111
<link href="Content/combined.css" rel="stylesheet"/>

src/AzureDevopsTask/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ReportGenerator
2-
*ReportGenerator* converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
2+
*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.
33

44
Author: Daniel Palme
55
Blog: [www.palmmedia.de](https://www.palmmedia.de)

src/AzureDevopsTask/ReportGenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reportgenerator",
33
"version": "1.0.0",
4-
"description": "ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.",
4+
"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.",
55
"main": "reportgenerator.js",
66
"repository": {
77
"type": "git",

src/AzureDevopsTask/ReportGenerator/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "be803a55-9253-4895-a525-be570d86f161",
33
"name": "reportgenerator",
44
"friendlyName": "ReportGenerator",
5-
"description": "ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.",
5+
"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.",
66
"helpMarkDown": "[More Information](https://github.com/danielpalme/ReportGenerator)",
77
"category": "Utility",
88
"visibility": [

src/AzureDevopsTask/vss-extension.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"id": "Microsoft.VisualStudio.Services"
1111
}
1212
],
13-
"description": "ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.",
13+
"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.",
1414
"categories": [
1515
"Build and release"
1616
],

src/Deployment/chocolatey/reportgenerator.portable.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<bugTrackerUrl>https://github.com/danielpalme/ReportGenerator/issues</bugTrackerUrl>
1515
<iconUrl>https://danielpalme.github.io/ReportGenerator/resources/logo_512.png</iconUrl>
1616
<requireLicenseAcceptance>false</requireLicenseAcceptance>
17-
<description>ReportGenerator converts coverage reports generated by 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 line has been covered.</description>
18-
<summary>ReportGenerator converts coverage reports generated by 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 line has been covered.</summary>
17+
<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 line has been covered.</description>
18+
<summary>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 line has been covered.</summary>
1919
<language>en-US</language>
2020
<tags>Code Coverage Reporting Testing TDD Utility</tags>
2121
</metadata>

src/Deployment/nuget/ReportGenerator.Core.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<iconUrl>https://danielpalme.github.io/ReportGenerator/resources/logo_plugin_512.png</iconUrl>
1212
<icon>icon.png</icon>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<summary>ReportGenerator converts coverage reports generated by 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 line has been covered.</summary>
15-
<description>ReportGenerator converts coverage reports generated by 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 line has been covered.
14+
<summary>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 line has been covered.</summary>
15+
<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 line has been covered.
1616

1717
Use this package if you want to write a custom plugin for ReportGenerator or if you want to call/execute ReportGenerator within your code base.
1818

src/Deployment/nuget/ReportGenerator.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<iconUrl>https://danielpalme.github.io/ReportGenerator/resources/logo_512.png</iconUrl>
1212
<icon>icon.png</icon>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<summary>ReportGenerator converts coverage reports generated by 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 line has been covered.</summary>
15-
<description>ReportGenerator converts coverage reports generated by 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 line has been covered.
14+
<summary>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 line has been covered.</summary>
15+
<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 line has been covered.
1616

1717
Use this package if your project is based on .NET Framework or .NET Core and you want to use ReportGenerator via the command line or a build script.
1818

src/Deployment/nuget/dotnet-reportgenerator-globaltool.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<iconUrl>https://danielpalme.github.io/ReportGenerator/resources/logo_global_512.png</iconUrl>
1212
<icon>icon.png</icon>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<summary>ReportGenerator converts coverage reports generated by 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 line has been covered.</summary>
15-
<description>ReportGenerator converts coverage reports generated by 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 line has been covered.
14+
<summary>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 line has been covered.</summary>
15+
<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 line has been covered.
1616

1717
Use this package if your project is based on .NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'.
1818

src/Readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
DESCRIPTION
1313

14-
ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo or
15-
Clover into human readable reports in various formats.
14+
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura,
15+
JaCoCo or Clover into human readable reports in various formats.
1616

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

0 commit comments

Comments
 (0)