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#.
- Host: GitHub
- URL: https://github.com/cedx/lcov.cs
- Owner: cedx
- License: mit
- Created: 2025-01-22T07:47:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T23:22:43.000Z (over 1 year ago)
- Last Synced: 2025-03-23T00:17:53.039Z (over 1 year ago)
- Topics: csharp, dotnet, lcov
- Language: C#
- Homepage: https://github.com/cedx/lcov.cs/wiki
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# LCOV Reports for .NET
   
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.