-
Notifications
You must be signed in to change notification settings - Fork 392
Closed as not planned
Labels
enhancementGeneral enhancement requestGeneral enhancement requeststaletenet-reportersIssue related to coverage output files(reporters)Issue related to coverage output files(reporters)
Description
It appear generics are not translated correctly in the coverage report. They contain the backtick which would be what it would be if you just did Type.Name
So for example Converter<T> will incorrectly translate to Converter`1 in the report.
See this for an explanation
https://stackoverflow.com/questions/17480990/get-name-of-generic-class-without-tilde
It would make reading the reports easier
Metadata
Metadata
Assignees
Labels
enhancementGeneral enhancement requestGeneral enhancement requeststaletenet-reportersIssue related to coverage output files(reporters)Issue related to coverage output files(reporters)