ReportGenerator should print the path to the report
See original GitHub issueIf the report is successfully created, the path to the report should be printed. Currently in corefx we use verbosity level Info and missing that information. Talking about the console/global tool.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
danielpalme/ReportGenerator
ReportGenerator converts coverage reports generated by coverlet, OpenCover, ... Target directory: The directory where the generated report should be saved.
Read more >Usage
NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'. Reports. Path to the coverage report(s) that should be parsed. Globbing...
Read more >.Net-Core ReportGenerator - How To Recursively Match ...
I am a .net-core core user trying to figure out how to generate a HTML test coverage report using reportgenerator.
Read more >ReportGenerator
ReportGenerator converts coverage reports generated by coverlet, ... REQUIRED # The directory where the generated report should be saved.
Read more >How to provide user defined path for report generated
You can create a user defined path for saving your report file. Open the Report generater from Apps > Database Connectivity and Reporting...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I try this (pre-)release: https://www.nuget.org/packages/ReportGenerator/4.0.5-rc2 https://www.nuget.org/packages/dotnet-reportgenerator-cli/4.0.5-rc2 https://www.nuget.org/packages/dotnet-reportgenerator-globaltool/4.0.5-rc2
Now with
-Verbosity:Infoonly the main file is logged. If you use-Verbosity:Verboseall paths are logged.Sorry. The level is named
Verbose