An open API service indexing awesome lists of open source software.

https://github.com/cedx/lcov.cs

Parse and format LCOV coverage reports, in C#.
https://github.com/cedx/lcov.cs

csharp dotnet lcov

Last synced: over 1 year ago
JSON representation

Parse and format LCOV coverage reports, in C#.

Awesome Lists containing this project

README

          

# LCOV Reports for .NET
![.NET](https://badgen.net/badge/.net/%3E%3D8.0/green) ![NuGet](https://badgen.net/nuget/v/Belin.Lcov) ![License](https://badgen.net/badge/license/MIT/blue) ![Downloads](https://badgen.net/nuget/dt/Belin.Lcov)

Parse and format [LCOV](https://github.com/linux-test-project/lcov) coverage reports,
in [C#](https://learn.microsoft.com/en-us/dotnet/csharp).

## Documentation
- [User guide](https://github.com/cedx/lcov.cs/wiki)
- [Examples](https://github.com/cedx/lcov.cs/tree/main/example)

## Development
- [Git repository](https://github.com/cedx/lcov.cs)
- [Submit an issue](https://github.com/cedx/lcov.cs/issues)

## License
[LCOV Reports for .NET](https://github.com/cedx/lcov.cs) is distributed under the MIT License.