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.63k stars 283 forks source link

Report is not generating correctly for Partial class #693

Open arvindmishra2000 opened 1 month ago

arvindmishra2000 commented 1 month ago

Describe the bug When we have partial class with bigger name , The summary is displayed in two rows and detailed html is pointing to 1 html file only To Reproduce The following input helps to reproduce your issue:

  1. Your partial Class Name should be more than 250 chars
  2. When you generate the Assembly short name for detailed html, it is generating short name based on Class Name and for two summary rows short name is same and it is overriding the previous generated detailed html file.
danielpalme commented 1 month ago

Thanks for reporting this. I will have a look in the next days.

danielpalme commented 1 month ago

I currently not able to reproduce your problem.

Can you share a coverage file that helps me reproduce the issue?

You can send it privately via email: reportgenerator@palmmedia.de or share it here.