Hx_ReportGenerator
This target runs https://www.nuget.org/packages/dotnet-reportgenerator-globaltool against coverage results files.
Properties
Hx_ReportGenerator_ArtifactsDir
A path to the ReportGenerator artifacts directory. Default is '$Hx_Run_ArtifactsDir/ReportGenerator'.
Hx_ReportGenerator_ReportTypes
The report types to generate, separated by semicolon. See https://github.com/danielpalme/ReportGenerator?tab=readme-ov-file#supported-input-and-output-file-formats. Default is 'Badges;Html'.
Hx_ReportGenerator_Verbosity
The verbosity: 'Error', 'Info', 'Verbose'. Default is 'Info'.
Items
Hx_ReportGenerator_CoverageResultFiles
The coverage results files to generate reports from. Defaults are '$Hx_Run_ArtifactsDir/Coverage/.' and '$Hx_Run_ArtifactsDir/Test/**/.'.