An open API service for producing an overview of a list of open source projects.

https://github.com/danielpalme/ReportGenerator

code-coverage dotnet-core reporting tdd-utilities testing

Score: 30.848418484449574

Last synced: about 16 hours ago
JSON representation

Repository metadata:

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.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 19 hours ago

Total Commits: 1,228
Total Committers: 57
Avg Commits per committer: 21.544
Development Distribution Score (DDS): 0.111

Commits in past year: 107
Committers in past year: 5
Avg Commits per committer in past year: 21.4
Development Distribution Score (DDS) in past year: 0.037

Name Email Commits
danielpalme d****e@g****e 1092
adloma16 m****k@s****m 17
dependabot[bot] 4****] 14
🏆Nitin Gurram🏆 n****r@m****m 6
kurattila k****b@g****m 6
Julian Verdurmen 3****d 6
INT\Kta a****r@k****m 5
Karan Jit Singh k****6@g****m 4
Manfred Brands m****s 4
Daniel Cazzulino d****l@c****m 4
Alex Crome a****e 4
Thomas Démoulins t****s@e****m 4
Ahson Khan a****a@m****m 3
Eddy Nakamura e****u@m****m 3
Jason Hunter h****m@g****m 3
Siddhartha Pandey s****y@m****m 3
Yuriy Durov u****v@g****m 3
knom m****r@g****t 3
naveen 1****n 3
Daniel Palme d****e@a****e 2
David Driscoll d****l@g****m 2
Abbotware a****e 2
Thomas t****p 1
Vladimir Kondratyev V****6@g****m 1
Xianwu (Lance) Huang v****h@m****m 1
azure-pipelines[bot] a****] 1
marc-christian-schulze M****e@g****m 1
Süleyman ÖZEV i****o@s****m 1
Sergey Shepshelevich s****h@m****m 1
Rik Crompton r****n@h****m 1
and 27 more...

Issue and Pull Request metadata

Last synced: about 1 month ago

Total issues: 184
Total pull requests: 64
Average time to close issues: 13 days
Average time to close pull requests: 11 days
Total issue authors: 154
Total pull request authors: 22
Average comments per issue: 3.74
Average comments per pull request: 1.08
Merged pull request: 31
Bot issues: 0
Bot pull requests: 25

Past year issues: 37
Past year pull requests: 7
Past year average time to close issues: 6 days
Past year average time to close pull requests: 4 days
Past year issue authors: 30
Past year pull request authors: 4
Past year average comments per issue: 3.38
Past year average comments per pull request: 0.43
Past year merged pull request: 4
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/danielpalme/ReportGenerator

Top Issue Authors

  • Smurf-IV (8)
  • tonyhallett (4)
  • bramborman (3)
  • agray (3)
  • RoadTrain (3)
  • danpowell88 (2)
  • alexandrehtrb (2)
  • wzaieddev (2)
  • afscrome (2)
  • MarcelVersteeg (2)
  • philippjenni (2)
  • david-schneider-tfs (2)
  • LordSaitamaa (2)
  • ricardoboss (2)
  • MisinformedDNA (2)

Top Pull Request Authors

  • dependabot[bot] (25)
  • afscrome (8)
  • IgorBayerl (2)
  • tomap (2)
  • karl-sjogren (2)
  • 0xced (2)
  • rikrak (2)
  • YuriyDurov (2)
  • naveensrinivasan (2)
  • danielpalme (2)
  • philippjenni (2)
  • theKBro (2)
  • KhanbalaRashidov (2)
  • 304NotModified (1)
  • herounicornis-sudo (1)

Top Issue Labels

  • enhancement (41)
  • bug (24)
  • question (22)
  • Azure DevOps (17)
  • help wanted (14)
  • wontfix (10)
  • invalid (9)
  • awaiting user (4)
  • sponsorship (3)
  • duplicate (2)

Top Pull Request Labels

  • dependencies (25)
  • github_actions (16)
  • javascript (9)
  • awaiting user (1)

Package metadata

nuget.org: dotnet-reportgenerator-globaltool

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 reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if your project is based on .NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'. Installation: dotnet tool install -g dotnet-reportgenerator-globaltool dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools dotnet new tool-manifest dotnet tool install dotnet-reportgenerator-globaltool Usage: reportgenerator [options] tools\reportgenerator.exe [options] dotnet reportgenerator [options]

  • Homepage: https://github.com/danielpalme/ReportGenerator
  • Licenses: Apache-2.0
  • Latest release: 5.5.1 (published 2 months ago)
  • Last Synced: 2026-02-02T22:10:31.218Z (6 days ago)
  • Versions: 189
  • Dependent Packages: 0
  • Dependent Repositories: 46
  • Downloads: 89,116,042 Total
  • Rankings:
    • Downloads: 0.159%
    • Stargazers count: 0.717%
    • Dependent repos count: 0.975%
    • Forks count: 1.388%
    • Average: 4.793%
    • Dependent packages count: 20.728%
  • Maintainers (1)
nuget.org: dotnet-reportgenerator-cli

ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has been covered. Use this package if your project is based on .NET Core 2.x and you want to use ReportGenerator as a 'DotnetCliTool'. Warning: This package is intended for .NET Core 2.x. It will not work with .NET Core 3.x. Consider the dotnet-reportgenerator-globaltool for .NET Core 3.x: https://www.nuget.org/packages/dotnet-reportgenerator-globaltool Installation: Add the following element to your project file: <ItemGroup> <DotNetCliToolReference Include="dotnet-reportgenerator-cli" Version="x.y.z" /> </ItemGroup> Usage: dotnet reportgenerator [options]

  • Homepage: https://github.com/danielpalme/ReportGenerator
  • Licenses: Apache-2.0
  • Latest release: (published 6 days ago)
  • Last Synced: 2026-02-02T22:09:24.041Z (6 days ago)
  • Versions: 107
  • Dependent Packages: 0
  • Dependent Repositories: 18
  • Rankings:
    • Stargazers count: 0.787%
    • Forks count: 1.451%
    • Dependent repos count: 1.642%
    • Average: 6.151%
    • Dependent packages count: 20.727%
  • Maintainers (1)
proxy.golang.org: github.com/danielpalme/ReportGenerator

proxy.golang.org: github.com/danielpalme/reportgenerator

nuget.org: 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. The reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if your project is based on .NET Framework or .NET Core and you want to use ReportGenerator via the command line or a build script. Usage: dotnet $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net8.0\ReportGenerator.dll [options] $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net8.0\ReportGenerator.exe [options] $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net47\ReportGenerator.exe [options]

  • Homepage: https://github.com/danielpalme/ReportGenerator
  • Licenses: Apache-2.0
  • Latest release: 5.5.1 (published 2 months ago)
  • Last Synced: 2026-02-02T22:10:13.109Z (6 days ago)
  • Versions: 320
  • Dependent Packages: 9
  • Dependent Repositories: 0
  • Downloads: 53,518,631 Total
  • Rankings:
    • Downloads: 0.165%
    • Average: 11.827%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (1)
nuget.org: reportgenerator.core

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 reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if you want to write a custom plugin for ReportGenerator or if you want to call/execute ReportGenerator within your code base. Plugin development: https://github.com/danielpalme/ReportGenerator/wiki/Custom-reports https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage

  • Homepage: https://github.com/danielpalme/ReportGenerator
  • Licenses: Apache-2.0
  • Latest release: 5.5.1 (published 2 months ago)
  • Last Synced: 2026-02-02T22:09:37.782Z (6 days ago)
  • Versions: 194
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 4,377,176 Total
  • Rankings:
    • Downloads: 0.679%
    • Average: 11.998%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (1)

Dependencies

.github/workflows/ci.yml actions
  • SamKirkland/FTP-Deploy-Action 4.3.3 composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-dotnet v3 composite
  • actions/setup-node v3 composite
  • actions/upload-artifact v3 composite
  • danielpalme/ReportGenerator-GitHub-Action 5 composite
  • microsoft/setup-msbuild v1 composite
  • nuget/setup-nuget v1 composite
  • softprops/action-gh-release v1 composite
src/AngularComponents/package-lock.json npm
  • 748 dependencies
src/AngularComponents/package.json npm
  • @angular-devkit/build-angular ^15.0.1 development
  • @angular/cli ^15.0.1 development
  • @angular/compiler-cli ^15.0.1 development
  • @types/node ^12.11.1 development
  • typescript ~4.8.4 development
  • @angular/animations ^15.0.1
  • @angular/common ^15.0.1
  • @angular/compiler ^15.0.1
  • @angular/core ^15.0.1
  • @angular/forms ^15.0.1
  • @angular/platform-browser ^15.0.1
  • @angular/platform-browser-dynamic ^15.0.1
  • @angular/router ^15.0.1
  • rxjs ~7.4.0
  • tslib ^2.3.0
  • zone.js ~0.11.4
src/AzureDevopsTask/ReportGenerator/package-lock.json npm
  • @types/q 1.5.5 development
  • typescript 4.9.4 development
  • @types/concat-stream 1.6.1
  • @types/form-data 0.0.33
  • @types/node 18.11.11
  • @types/node 10.17.60
  • @types/node 8.10.66
  • @types/qs 6.9.7
  • asap 2.0.6
  • asynckit 0.4.0
  • azure-pipelines-task-lib 4.1.0
  • balanced-match 1.0.0
  • brace-expansion 1.1.11
  • buffer-from 1.1.2
  • call-bind 1.0.2
  • caseless 0.12.0
  • combined-stream 1.0.8
  • concat-map 0.0.1
  • concat-stream 1.6.2
  • core-util-is 1.0.3
  • delayed-stream 1.0.0
  • form-data 2.5.1
  • fs.realpath 1.0.0
  • function-bind 1.1.1
  • get-intrinsic 1.1.1
  • get-port 3.2.0
  • glob 7.2.0
  • has 1.0.3
  • has-symbols 1.0.2
  • http-basic 8.1.3
  • http-response-object 3.0.2
  • inflight 1.0.6
  • inherits 2.0.4
  • interpret 1.4.0
  • is-core-module 2.8.0
  • isarray 1.0.0
  • mime-db 1.51.0
  • mime-types 2.1.34
  • minimatch 3.0.5
  • mockery 2.1.0
  • object-inspect 1.11.0
  • once 1.4.0
  • parse-cache-control 1.0.1
  • path-is-absolute 1.0.1
  • path-parse 1.0.7
  • process-nextick-args 2.0.1
  • promise 8.1.0
  • q 1.5.1
  • qs 6.11.0
  • readable-stream 2.3.7
  • rechoir 0.6.2
  • resolve 1.20.0
  • safe-buffer 5.1.2
  • semver 5.7.1
  • shelljs 0.8.5
  • side-channel 1.0.4
  • string_decoder 1.1.1
  • sync-request 6.1.0
  • sync-rpc 1.3.6
  • then-request 6.0.2
  • typedarray 0.0.6
  • util-deprecate 1.0.2
  • uuid 3.4.0
  • wrappy 1.0.2
src/AzureDevopsTask/ReportGenerator/package.json npm
  • @types/node ^18.11.11 development
  • @types/q ^1.5.5 development
  • typescript ^4.9.4 development
  • azure-pipelines-task-lib ^4.1.0
src/AzureDevopsTask/package-lock.json npm
  • 199 dependencies
src/AzureDevopsTask/package.json npm
  • tfx-cli ^0.12.0 development
src/ReportGenerator.Core/ReportGenerator.Core.csproj nuget
  • StyleCop.Analyzers 1.1.118 development
  • DotNetConfig 1.0.6
  • Microsoft.Extensions.Configuration 5.0.0
  • Microsoft.Extensions.Configuration.Binder 5.0.0
  • Microsoft.Extensions.Configuration.CommandLine 5.0.0
  • Microsoft.Extensions.Configuration.Json 5.0.0
  • SixLabors.ImageSharp.Drawing 1.0.0-beta15
  • System.Text.Encodings.Web 5.0.1
src/ReportGenerator.Core.Test/ReportGenerator.Core.Test.csproj nuget
  • coverlet.msbuild 3.2.0 development
  • xunit.runner.visualstudio 2.4.5 development
  • Microsoft.NET.Test.Sdk 17.1.0
  • Moq 4.18.2
  • xunit 2.4.2
src/ReportGenerator.DotnetCorePluginLoader/ReportGenerator.DotnetCorePluginLoader.csproj nuget
  • McMaster.NETCore.Plugins 1.4.0
src/ReportGenerator.MSBuild/ReportGenerator.MSBuild.csproj nuget
  • Microsoft.Build.Utilities.Core 17.1.0
src/Testprojects/CSharp/Project_DotNetCore/UnitTests/UnitTests.csproj nuget
  • xunit.runner.visualstudio 2.4.3 development
  • Microsoft.NET.Test.Sdk 17.0.0
  • altcover 8.2.833
  • coverlet.msbuild 3.1.0
  • xunit 2.4.1
src/Deployment/nuget/ReportGenerator.Core.nuspec nuget
src/ReportGenerator.Console/ReportGenerator.Console.Net.csproj nuget
src/AzureDevopsTaskTest/ReportGenerator/package.json npm
  • @types/node ^24.10.1 development
  • @types/q ^1.5.8 development
  • typescript ^5.9.3 development
  • azure-pipelines-task-lib ^5.2.2
src/ReportGenerator.DotnetGlobalTool/ReportGenerator.DotnetGlobalTool.csproj nuget
src/Testprojects/CSharp/Project/Test_CSharp.csproj nuget
  • ICSharpCode.NRefactory 5.5.1
  • Microsoft.VisualStudio.QualityTools.UnitTestFramework 10.0.0.0
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
src/Deployment/nuget/ReportGenerator.nuspec nuget
src/Testprojects/CSharp/Project_DotNetCore/Test/Test.csproj nuget
  • AutoMapper 15.1.0
.github/workflows/depsreview.yml actions
  • actions/checkout v4 composite
  • actions/dependency-review-action v4 composite
src/AzureDevopsTaskTest/package-lock.json npm
  • 274 dependencies
src/AzureDevopsTaskTest/package.json npm
  • tfx-cli ^0.22.2 development
src/Deployment/nuget/dotnet-reportgenerator-globaltool.nuspec nuget
src/ReportGenerator.Console.NetCore/ReportGenerator.Console.NetCore.csproj nuget
src/AzureDevopsTaskTest/ReportGenerator/package-lock.json npm
  • @types/node 24.10.1 development
  • @types/q 1.5.8 development
  • typescript 5.9.3 development
  • undici-types 7.16.0 development
  • adm-zip 0.5.10
  • agent-base 6.0.2
  • azure-pipelines-task-lib 5.2.2
  • balanced-match 1.0.0
  • brace-expansion 1.1.12
  • concat-map 0.0.1
  • debug 4.3.4
  • follow-redirects 1.15.6
  • fs.realpath 1.0.0
  • function-bind 1.1.1
  • glob 7.2.0
  • has 1.0.3
  • https-proxy-agent 5.0.1
  • inflight 1.0.6
  • inherits 2.0.4
  • interpret 1.4.0
  • is-core-module 2.8.0
  • mime-db 1.52.0
  • mime-types 2.1.35
  • minimatch 3.0.5
  • ms 2.1.2
  • nodejs-file-downloader 4.12.1
  • once 1.4.0
  • path-is-absolute 1.0.1
  • path-parse 1.0.7
  • q 1.5.1
  • rechoir 0.6.2
  • resolve 1.20.0
  • sanitize-filename 1.6.3
  • semver 5.7.2
  • shelljs 0.8.5
  • truncate-utf8-bytes 1.0.2
  • utf8-byte-length 1.0.4
  • uuid 3.4.0
  • wrappy 1.0.2
src/Deployment/chocolatey/reportgenerator.portable.nuspec nuget