actions-marketplace-validations/ReportGenerator
Creates coverage reports from tools like OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| reports | The coverage reports that should be parsed (separated by semicolon). Globbing is supported. | yes | coverage.xml |
| targetdir | The directory where the generated report should be saved. | yes | coveragereport |
| reporttypes | The output formats and scope (separated by semicolon) Values: Badges, Clover, Cobertura, CsvSummary, Html, HtmlChart, HtmlInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Dark, HtmlSummary, Html_BlueRed_Summary, JsonSummary, Latex, LatexSummary, lcov, MHtml, SvgChart, SonarQube, TeamCitySummary, TextSummary, Xml, XmlSummary | no | HtmlInline;Cobertura |
| sourcedirs | Optional directories which contain the corresponding source code (separated by semicolon). The source directories are used if coverage report contains classes without path information. | no | "" |
| historydir | Optional directory for storing persistent coverage information. Can be used in future reports to show coverage evolution. | no | "" |
| workingdir | Optional working directory. If available, the targetdir, sourcedirs and historydir are interpreted relative to the working directory (only if not specified as absolute paths). | no | "" |
| toolpath | Default directory for installing the dotnet tool. | no | reportgeneratortool |
| plugins | Optional plugin files for custom reports or custom history storage (separated by semicolon). | no | "" |
| assemblyfilters | Optional list of assemblies that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed. | no | +* |
| classfilters | Optional list of classes that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed. | no | +* |
| filefilters | Optional list of files that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed. | no | +* |
| riskhotspotassemblyfilters | Optional list of assemblies that should be included or excluded in the risk hotspots. Exclusion filters take precedence over inclusion filters. Wildcards are allowed. | no | +* |
| riskhotspotclassfilters | Optional list of classes that should be included or excluded in the risk hotspots. Exclusion filters take precedence over inclusion filters. Wildcards are allowed. | no | +* |
| verbosity | The verbosity level of the log messages. Values: Verbose, Info, Warning, Error, Off | no | Info |
| title | Optional title. | no | "" |
| tag | Optional tag or build version. | no | ${{ github.run_number }}_${{ github.run_id }} |
| license | Optional license for PRO version. Get your license here: https://reportgenerator.io/pro | no | "" |
| customSettings | Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings | no | "" |
Outputs
no outputs