Skip to content

Commit

Permalink
Update ReportGenerator descriptions to use oxford comma (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
elajeunesse authored Aug 8, 2023
1 parent e4631c4 commit 255553e
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ReportGenerator

</div>

*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.
*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 show the coverage quotas and also visualize which lines of your source code have been covered.

Expand Down
2 changes: 1 addition & 1 deletion src/AzureDevopsTask/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ReportGenerator
*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.
*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.

Author: Daniel Palme
Blog: [www.palmmedia.de](https://www.palmmedia.de)
Expand Down
2 changes: 1 addition & 1 deletion src/AzureDevopsTask/ReportGenerator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reportgenerator",
"version": "1.0.0",
"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.",
"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.",
"main": "reportgenerator.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/AzureDevopsTask/ReportGenerator/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "be803a55-9253-4895-a525-be570d86f161",
"name": "reportgenerator",
"friendlyName": "ReportGenerator",
"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.",
"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.",
"helpMarkDown": "[More Information](https://github.com/danielpalme/ReportGenerator)",
"category": "Utility",
"visibility": [
Expand Down Expand Up @@ -149,4 +149,4 @@
"FailedMsg": "ReportGenerator failed",
"SucceedMsg": "Successfully executed ReportGenerator."
}
}
}
4 changes: 2 additions & 2 deletions src/AzureDevopsTask/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"id": "Microsoft.VisualStudio.Services"
}
],
"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.",
"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.",
"categories": [
"Build and release"
],
Expand Down Expand Up @@ -64,4 +64,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions src/Deployment/chocolatey/reportgenerator.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<bugTrackerUrl>https://github.com/danielpalme/ReportGenerator/issues</bugTrackerUrl>
<iconUrl>https://danielpalme.github.io/ReportGenerator/resources/logo_512.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</description>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</summary>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</description>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</summary>
<language>en-US</language>
<tags>Code Coverage Reporting Testing TDD Utility</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Deployment/nuget/Readme_ReportGenerator.Core.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ReportGenerator - *ReportGenerator.Core*
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 show the coverage quotas and also visualize which lines of your source code have been covered.
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 show the coverage quotas and also visualize which lines of your source code have been covered.

## Available packages

Expand All @@ -11,4 +11,4 @@ ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotC

## Create a plugin
- [Custom reports](https://github.com/danielpalme/ReportGenerator/wiki/Custom-reports)
- [Custom history storage](https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage)
- [Custom history storage](https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage)
4 changes: 2 additions & 2 deletions src/Deployment/nuget/Readme_ReportGenerator.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ReportGenerator
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 show the coverage quotas and also visualize which lines of your source code have been covered.
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 show the coverage quotas and also visualize which lines of your source code have been covered.

## Available packages

Expand All @@ -24,4 +24,4 @@ $(UserProfile)\.nuget\packages\reportgenerator\5.1.23\tools\net47\ReportGenerato

## Additional information
- [Get started](https://reportgenerator.io/getstarted)
- [Command line parameters](https://reportgenerator.io/usage)
- [Command line parameters](https://reportgenerator.io/usage)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ReportGenerator - *dotnet-reportgenerator-globaltool*
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 show the coverage quotas and also visualize which lines of your source code have been covered.
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 show the coverage quotas and also visualize which lines of your source code have been covered.

## Available packages

Expand Down Expand Up @@ -30,4 +30,4 @@ dotnet reportgenerator [options]

## Additional information
- [Get started](https://reportgenerator.io/getstarted)
- [Command line parameters](https://reportgenerator.io/usage)
- [Command line parameters](https://reportgenerator.io/usage)
4 changes: 2 additions & 2 deletions src/Deployment/nuget/ReportGenerator.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<iconUrl>https://danielpalme.github.io/ReportGenerator/resources/logo_plugin_512.png</iconUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</summary>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</summary>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.

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.

Expand Down
6 changes: 3 additions & 3 deletions src/Deployment/nuget/ReportGenerator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<iconUrl>https://danielpalme.github.io/ReportGenerator/resources/logo_512.png</iconUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</summary>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</summary>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.

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.

Expand Down Expand Up @@ -52,4 +52,4 @@ $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net47\ReportGenerator
<file src="..\..\ReportGenerator.Console\bin\Release\ReportGenerator.exe" target="tools\net47" />
<file src="..\..\ReportGenerator.Console\bin\Release\ReportGenerator.exe.config" target="tools\net47" />
</files>
</package>
</package>
6 changes: 3 additions & 3 deletions src/Deployment/nuget/dotnet-reportgenerator-globaltool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<iconUrl>https://danielpalme.github.io/ReportGenerator/resources/logo_global_512.png</iconUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</summary>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.
<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 show the coverage quotas and also visualize which lines of your source code have been covered.</summary>
<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 show the coverage quotas and also visualize which lines of your source code have been covered.

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

Expand Down Expand Up @@ -58,4 +58,4 @@ dotnet reportgenerator [options]</description>
<file src="..\..\ReportGenerator.DotnetGlobalTool\bin\Release\net7.0\publish\**\*.*" target="tools\net7.0\any" />
<file src="DotnetToolSettings.xml" target="tools\net7.0\any" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions src/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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.
JaCoCo, Clover, gcov, or lcov into human readable reports in various formats.

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

Expand Down Expand Up @@ -1021,4 +1021,4 @@ CHANGELOG

0.1.0.0

* New: Initial release
* New: Initial release

0 comments on commit 255553e

Please sign in to comment.