actions-marketplace-validations/ReportGenerator

Creates coverage reports from tools like OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
reportsThe coverage reports that should be parsed (separated by semicolon). Globbing is supported.yescoverage.xml
targetdirThe directory where the generated report should be saved.yescoveragereport
reporttypesThe 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, XmlSummarynoHtmlInline;Cobertura
sourcedirsOptional directories which contain the corresponding source code (separated by semicolon). The source directories are used if coverage report contains classes without path information.no""
historydirOptional directory for storing persistent coverage information. Can be used in future reports to show coverage evolution.no""
workingdirOptional working directory. If available, the targetdir, sourcedirs and historydir are interpreted relative to the working directory (only if not specified as absolute paths).no""
toolpathDefault directory for installing the dotnet tool.noreportgeneratortool
pluginsOptional plugin files for custom reports or custom history storage (separated by semicolon).no""
assemblyfiltersOptional list of assemblies that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.no+*
classfiltersOptional list of classes that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.no+*
filefiltersOptional list of files that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.no+*
riskhotspotassemblyfiltersOptional list of assemblies that should be included or excluded in the risk hotspots. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.no+*
riskhotspotclassfiltersOptional list of classes that should be included or excluded in the risk hotspots. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.no+*
verbosityThe verbosity level of the log messages. Values: Verbose, Info, Warning, Error, OffnoInfo
titleOptional title.no""
tagOptional tag or build version.no${{ github.run_number }}_${{ github.run_id }}
licenseOptional license for PRO version. Get your license here: https://reportgenerator.io/prono""
customSettingsOptional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settingsno""

no outputs