coverlet VS ReportGenerator

Compare coverlet vs ReportGenerator and see what are their differences.

coverlet

Cross platform code coverage for .NET [Moved to: https://github.com/coverlet-coverage/coverlet] (by tonerdo)

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. (by danielpalme)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
coverlet ReportGenerator
1 10
2,012 2,436
- -
0.0 8.7
about 3 years ago 9 days ago
C# C#
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

coverlet

Posts with mentions or reviews of coverlet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-07.
  • .NET Core Code Coverage
    3 projects | dev.to | 7 Mar 2021
    Code coverage tools are a great way to improve the code quality, but there are a lot of tools that require a paid license to use it like dotCover, the Enterprise version of Visual Studio or Visual Studio extensions. After some research, I found out that two free tools combined can generate code coverage reports. The first tool is called Coverlet which generates the code coverage as I wanted and it's also working with .NET Framework. Essentially is creating an XML report file that covers the lines, branches, and methods. And the second tool is ReportGenerator which is used for parsing the generated XML and expose the data in a friendly format.

ReportGenerator

Posts with mentions or reviews of ReportGenerator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-27.

What are some alternatives?

When comparing coverlet and ReportGenerator you can also consider the following projects:

NUnit - NUnit Framework

Fine Code Coverage - Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)

coverlet - Cross platform code coverage for .NET

CodeCoverageSummary - A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.

NetCoreCodeCoverage

RedmineReports - Reporting support for the popular Redmine ticketing system. Fully fledged report designer and comprehensive sample report included.

RunCoverletReport - A Visual Studio 2019 Extension to run Coverlet and Report Generator

AutoFixture - AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

NSubstitute - A friendly substitute for .NET mocking libraries.

xUnit - xUnit.net is a free, open source, community-focused unit testing tool for .NET.