Tool Testing v1.0.0

ReportGenerator for .NET

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.

Trigger On

  • the repo uses or wants ReportGenerator
  • CI needs human-readable coverage reports
  • multiple coverage files must be merged

Workflow

  1. Keep collection and rendering separate: Coverlet collects, ReportGenerator renders.
  2. Prefer the local or manifest-based .NET tool for reproducible CI runs.
  3. Choose output formats deliberately:

- HtmlSummary - Cobertura - MarkdownSummaryGithub - badges

  1. Merge multiple reports only when the repo really needs a consolidated view.

Deliver

  • readable coverage artifacts for humans and CI systems
  • explicit report-generation commands

Validate

  • report inputs match the generated coverage format
  • generated reports land in a stable artifact path

Load References

Related skills

Testing Testing 1,079 tokens

Use the open-source free `coverlet` toolchain for .NET code coverage.

coverlet.collectorcoverlet.msbuild
Testing Testing 1,128 tokens

Write, run, or repair .NET tests that use MSTest.

MSTestMSTest.TestFrameworkMSTest.TestAdapter
Testing Testing 2,325 tokens

Write, run, or repair .NET tests that use NUnit.

NUnitNUnit3TestAdapter

Related agents

Orchestration agent
8 linked skills

.NET Review

Review orchestration agent for .NET changes across bugs, regressions, analyzers, architecture, tests, and maintainability.

agents install review

Also works: dotnet agents install review

Orchestration agent
6 linked skills

.NET Build

Build-focused orchestration agent for .NET restore, build, test, packaging, CI failures, diagnostics, and environment drift.

agents install build

Also works: dotnet agents install build