dotnet-reportgenerator

Generate HtmlSummary, Cobertura, MarkdownSummaryGithub, and Badges from Cobertura, OpenCover, or lcov coverage data.

8|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Postpartum-genushyacinthus29/dotnet-skills --skill dotnet-reportgenerator-postpartum-genushyacinthus29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-reportgenerator
Source: https://github.com/Postpartum-genushyacinthus29/dotnet-skills/tree/main/skills/dotnet-reportgenerator
Command: npx skills add https://github.com/Postpartum-genushyacinthus29/dotnet-skills --skill dotnet-reportgenerator-postpartum-genushyacinthus29

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Raw coverage artifacts (like Cobertura/OpenCover/LCOV) are hard to read in CI or review contexts. This Skill provides a straightforward way to generate human-friendly coverage reports.

Core Features & Use Cases

  • Generates HtmlSummary, Cobertura, MarkdownSummaryGithub, and Badges from coverage data to support CI pipelines and documentation.
  • Merges multiple reports and renders artifacts suitable for PR reviews, dashboards, or release notes.
  • Works with existing coverage formats and can be driven by local tools or manifest installations for reproducible runs.

Quick Start

Render coverage reports from your project's coverage artifacts to produce human-readable outputs in the selected formats.

Frequently Asked Questions about dotnet-reportgenerator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate readable HTML coverage reports from Cobertura or OpenCover files?

You can generate readable HTML coverage reports from Cobertura or OpenCover files by transforming the raw coverage artifacts into HtmlSummary formats, which simplifies reviewing code quality metrics in CI pipelines.

Can I merge multiple .NET coverage reports into a single summary for GitHub PR reviews?

Yes, you can merge multiple .NET coverage reports to render MarkdownSummaryGithub and Badges, producing unified artifacts suitable for pull request reviews, dashboards, and release notes.

What is the best way to convert lcov artifacts into Markdown coverage summaries for CI pipelines?

The best way to convert lcov artifacts into Markdown coverage summaries for CI pipelines is by processing the raw coverage data to output MarkdownSummaryGithub formats for quick metric analysis.

Does this coverage report generator work with lcov and OpenCover formats?

Yes, this coverage report generator works with lcov and OpenCover formats, accepting these raw coverage artifacts as input to produce readable outputs like HtmlSummary, Cobertura, and Badges.

Why are my raw .NET coverage artifacts hard to read during code reviews?

Raw .NET coverage artifacts are hard to read during code reviews because they lack human-friendly formatting, requiring transformation into structured formats like HtmlSummary or MarkdownSummaryGithub for quick comprehension.

Do I need specific dependencies to generate .NET coverage badges locally?

No specific dependencies are required to generate .NET coverage badges locally, as the process can be driven by local tools or manifest installations to ensure reproducible runs from existing coverage formats.