-
-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report Generation takes too many resources #608
Comments
I would like to investigate this further next week. Can upload it to GoogleDrive/OneDrive/Dropbox and send me the link? |
Thanks for your email. I will have a look next week. |
Could you please try again with the new release 5.1.22? |
@danielpalme Sorry for the late reply but I was on vacation. |
Your codebase contains ~3000 classes that are named The corresponding files seem to be very long (~150000 lines of code). If I remove these classes with this filter argument I guess that those large files are generated automatically by some tool. Maybe you can ignore them for your coverage report with the command line parameter: |
If you only want the MarkdownSummaryGithub report, you should not specify any other report types. Your command line parameters should look like this: On my machine this command takes about 30 seconds. Some potential issues:
|
@danielpalme thank you very much for your help! |
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
The text was updated successfully, but these errors were encountered: