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.

Home Page:https://reportgenerator.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report Generation takes too many resources

OrgesKreka opened this issue · comments

My coverage.xml file ( I can share if you need it ) is 126MB it contains 12k+ classes and takes more or less 7 minutes to be generated.
But when I try to generate the report it takes more than 20 minutes ( I didn't let to finish ) and more than 10GB of memory.
Is there any way to generate a simple MarkdownSummaryGithub because I use the GitHub action and I cannot use it this way.

Thanks

I would like to investigate this further next week.
Can you share your coverage xml file?

Can upload it to GoogleDrive/OneDrive/Dropbox and send me the link?
You can sent it confidentially by email: reportgenerator@palmmedia.de

Thanks for your email. I will have a look next week.

Could you please try again with the new release 5.1.22?
I made some optimizations to significantly reduce the execution time.
On my laptop memory usage never exceeded 900 MB.
But let's see if this is still an issue with the new release.