-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cédric Belin edited this page Jan 26, 2025
·
4 revisions
Parse and format LCOV coverage reports, in C#.
Install the latest version of LCOV Reports for .NET with NuGet package manager:
# At the root of your project folder...
dotnet add package Belin.Lcov
For detailed instructions, see the installation guide.
This library provides a set of classes representing a LCOV coverage report and its data.
The Report
class, the main one, provides the parsing and formatting features.