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

fix coverage of nested record/classes #686

Closed theKBro closed 3 months ago

theKBro commented 3 months ago

fixed the problem reported at https://github.com/danielpalme/ReportGenerator/issues/685

danielpalme commented 3 months ago

PR will not get merged, it would change the default handling of nested classes.

There is an alternative solution described here: https://github.com/danielpalme/ReportGenerator/issues/685#issuecomment-2295331985