coverlet-coverage/coverlet

Cross platform code coverage for .NET

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 21st, 2026
Created on January 31st, 2018
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 398
Total Stargazers: 3,174 (+0)
Total Subscribers: 45 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.6 days
Mean response time: 69.4 days
90th percentile: 140.0 days
Tracked items: 181

How this project is maintained

Practically every issue opened in the past year has drawn a reply. Work labelled "bug" is answered fastest, typically in about 23 hours, while "enhancement" waits about 6 days. 93% of issues opened in the past year have since been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 1
Closed in 7 days: 3
Avg open age: 687 days
Stale 30+ days: 5
Stale 90+ days: 3

Recent activity

Opened in 7 days: 1
Closed in 7 days: 3
Comments in 7 days: 0
Events in 7 days: 16

Top labels

  • stale (74)
  • question (55)
  • Solved (34)
  • coverlet-core (31)
  • enhancement (23)
  • driver-MTP (20)
  • bug (18)
  • with repro (18)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Coverlet is a cross-platform code coverage tool for .NET that instruments bytecode to measure test coverage.

The tool solves the problem of obtaining accurate code coverage metrics across different operating systems and .NET implementations. Coverlet works by instrumenting the bytecode of your application during test execution, allowing it to track which code paths are exercised by your tests. This instrumentation-based approach enables coverage measurement without requiring source code modifications or special compiler support, making it applicable to any .NET project regardless of how it was built.

Developers should choose Coverlet if they need code coverage analysis that works consistently across Windows, Linux, and macOS environments. It suits projects using the .NET testing ecosystem where you want to integrate coverage reporting into your continuous integration pipeline. The tool is particularly valuable for teams that need coverage data without adding complexity to their build process or test infrastructure.

The project maintains steady development activity with regular updates and bug fixes. The maintainers actively respond to issues and pull requests, indicating ongoing engagement with the user community. The codebase receives consistent improvements to coverage accuracy and support for new .NET versions and features. Development focuses on maintaining cross-platform compatibility and ensuring the instrumentation mechanism remains reliable as the .NET platform evolves.