-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Feature - Generate own report from cobertura #49
Comments
Background for anyone taking on this feature. Code required to understand own report generation
Here are built in reporters The cobertura reporter
The unified xml is deserialized in to the CoverageReport class. It should be relatively simple to create a wpf table that replicates the html report |
Further background |
If dotnet-reportgenerator-globaltool changes its internal data structure then the report window will no longer work
The text was updated successfully, but these errors were encountered: