Loading...
Loading...
Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports. Use when raw coverage files are not readable enough for CI or human review.
npx skill4agent add managedcode/dotnet-skills dotnet-reportgeneratorReportGeneratorAGENTS.mdAGENTS.mdWorkflowRalph LoopRequired Result FormatHtmlSummaryCoberturaMarkdownSummaryGithubReportGeneratorrg --files -g '.config/dotnet-tools.json'dotnet tool list --localdotnet tool list --globalcommand -v reportgeneratordotnet new tool-manifestdotnet tool install dotnet-reportgenerator-globaltoolAGENTS.mddotnet tool run reportgenerator -reports:"**/coverage.cobertura.xml" -targetdir:"artifacts/coverage" -reporttypes:"HtmlSummary;Cobertura"status: configuredstatus: improvedstatus: not_applicablestatus: not_applicablestatuscompletecleanimprovedconfigurednot_applicableblockedplanactions_takenvalidation_skillsverificationremainingnonestatus: configuredreferences/reportgenerator.mdreferences/commands.mdreferences/formats.md