-
Notifications
You must be signed in to change notification settings - Fork 126
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
NumberFormatException when running coverageReport or coverageAggregated #476
Comments
Thanks for reporting @tomsfernandez. The issue is that scoverage tries to call |
Hi @ckipp01 sorry for taking so long to answer I never saw the notification. I really dont know if our codebase is considered big. The repository in question is www.github.com/aml-org/amf. |
I checked our latest CI runs and it appears this happens only sometimes (flaky) 😢 so I guess it will be difficult to replicate or at least to fix the "root" issue. |
I encountered the same issue when trying to build a coverage pipeline for my team.
|
Hey @jdbxwyx, thanks for the report. Do you have a reproduction that you could point to or provide? |
I have to check if the policy of our company allows it. |
I cannot show you the measurements and XML files due to company policy. Will it help if I should you the sbt commands we used? |
1. Some preparations:
2. Build for regression test:export SBT_OPTS="-Xms1024M -Xmx4G -Xss2M -XX:MaxMetaspaceSize=2G -Dfile.encoding=utf-8" 3. UT
4. For RT report
5. Merge UT and RT
|
By the way, I got something like this if I ls in our job. I don't know why the name pattern and different, will it cause the bug?
|
We're seeing a similar error occasionally/randomly on
|
Hi! I'm getting the following error when using either coverageReport or coverageAggregated. The error doesn't happen 100% of the time I don't know why. Can you help me out please?
The text was updated successfully, but these errors were encountered: