Skip to content

ReportGenerator Jetbrains plugin for .NET Line and Branch coverage reports, directly in the IDE.

License

Notifications You must be signed in to change notification settings

sandrolort/ReportGenerator-Jetbrains-Plugin

Repository files navigation

ReportGenerator Jetbrains Plugin

Plugin that integrates the ReportGenerator functionality into Jetbrains IDE as a tool window.

Main

"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."

  • Install the global CLI tool by running `dotnet tool install -g dotnet-reportgenerator-globaltool' before using the plugin.
  • Install coverlet/coverlet.msbuild package in your test project.
  • Click "Generate Report" button in the tool window. This will automatically run the tests and display the result.

The plugin currently only supports one test project at a time. Subject to change in future versions.

Images: ChooseTestProject NoReport

About

ReportGenerator Jetbrains plugin for .NET Line and Branch coverage reports, directly in the IDE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published