TLDR.Chat

Introducing ReportGenerator: A Powerful Code Coverage Reporting Tool

GitHub - danielpalme/ReportGenerator: ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats. 🔗

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats. ...

The text is a detailed description of ReportGenerator, a tool that converts coverage reports from various sources into human-readable reports in multiple formats. It supports merging coverage files, visualizes covered source code lines, and is licensed under the Apache License, Version 2.0. ReportGenerator is a command-line tool compatible with .NET Framework and .NET Core, and it offers different packages for installation and usage. The tool comes with extensive parameters for customization and supports various input and output formats. Additionally, it provides options for plugin development and integration with Azure DevOps and GitHub Actions. The text also includes examples and configurations for using the tool with .netconfig and MSBuild.

Related