InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
ReportGenerator Alternatives
Similar projects and alternatives to ReportGenerator
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
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.
-
Fine Code Coverage
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
CodeCoverageSummary
A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
-
RedmineReports
Reporting support for the popular Redmine ticketing system. Fully fledged report designer and comprehensive sample report included.
-
-
coverlet
Discontinued Cross platform code coverage for .NET [Moved to: https://github.com/coverlet-coverage/coverlet] (by tonerdo)
-
ReportGenerator discussion
ReportGenerator reviews and mentions
-
Beginner's Guide to Test Coverage with NUnit, Coverlet, and ReportGenerator
ReportGenerator - Powerful code coverage visualization tool. More here
-
Help With NuGet in Powershell
I am trying to install ReportGenerator through PowerShell. My understanding from installation page is that I will need NuGet in order to do this.
-
Setting up a simple testing project with C#
In order to view the results in a human-readable format, you will need to install the NuGet package Report Generator. Unfortunately, this isn't quite as easy as just installing the NuGet package.
- Analyzing and enforcing .NET code coverage with coverlet
-
Help to show data on Code Coverage tab
If you still get issues with show code coverage, you can ask on https://github.com/danielpalme/ReportGenerator/issues for better help.
- Automation of Unit Testing
-
Generating Code Coverage Metrics for .NET Framework Applications
Utilize Coverletand Report Generator utilities – however, this is where its funny, because these are .NET CLI tools that need the .NET 6 SDK installed.
-
C# Unit Testing
# https://github.com/danielpalme/ReportGenerator dotnet tool install -g dotnet-reportgenerator-globaltool dotnet test --collect:"XPlat Code Coverage" reportgenerator -reports:"\TestResults\**\coverage.cobertura.xml" -targetdir:"coveragereport" -reporttypes:Html
-
I can't find that last line :|
Have you generated a report?
-
Teste de unidade com xUnit
Referências: https://dotnet.microsoft.com/download https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test https://xunit.net/docs/getting-started/netcore/cmdline https://github.com/coverlet-coverage/coverlet https://github.com/danielpalme/ReportGenerator
-
A note from our sponsor - InfluxDB
www.influxdata.com | 24 Jun 2025
Stats
danielpalme/ReportGenerator is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of ReportGenerator is C#.
Popular Comparisons
- ReportGenerator VS Fine Code Coverage
- ReportGenerator VS coverlet
- ReportGenerator VS RunCoverletReport
- ReportGenerator VS CodeCoverageSummary
- ReportGenerator VS RedmineReports
- ReportGenerator VS coverlet
- ReportGenerator VS NSubstitute
- ReportGenerator VS xUnit
- ReportGenerator VS AutoFixture
- ReportGenerator VS codestream