-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does ReportGenerator Support "Source View" #703
Comments
I'm not sure if I understand your request correctly. I have never used the "Visual Studio Enterprise". Currently ReportGenerator generates an overview/summary page which list all assemblies and classes. What are you missing? Can you provide a screenshot? |
ReportGenerator works on a class by class basis. What you suggest is more a file by file basis. I see, that this does not work well in your case. But I probably won't change the behavior since this would be a breaking change for all other users and would also mean to rewrite the complete tool. I'm sorry. |
This is not bug report, more like a feature request.
In Visual Studio Enterprise, we can view the report in "Source View" or "Project View". From current observation, it looks like
ReportGenerator
only supports "Project View". The view tree is based onassembly
,namespace
,class
,functions
.When I click a source file, I can only see the coverage report for global functions, no class member functions. If I want to see class member functions, I have to click a specific type.
Is it possible that to show the coverage report in a source tree view? When I expand sources in a tree, it shows me what the coverages of a source file, which includes both global functions and member functions.
The text was updated successfully, but these errors were encountered: