danielpalme / ReportGenerator

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.
https://reportgenerator.io
Apache License 2.0
2.65k stars 283 forks source link

Distinct Method Class in Cobertura Report #688

Closed philippjenni closed 2 months ago

philippjenni commented 3 months ago

fix (#686): Distinct Method Class in Cobertura Report.

The implementation may need to be adapted accordingly. I am not sure if this is the correct way. However, the problem is solved with the correction

danielpalme commented 2 months ago

Unfortunately the solution is not correct. It merges methods with the same name of several nested classes.

But there is a better solution. You can use the command line parameter settings:rawMode=true

See this comment for all details: https://github.com/danielpalme/ReportGenerator/issues/630#issuecomment-2008130255