-
Notifications
You must be signed in to change notification settings - Fork 91
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
Unable to measure code coverage after migrating to 3.10 #1783
Comments
@inad9300 I think you may have run into this issue, which I have merged a PR for last week. I just created a |
Thanks, that seems plausible. I'll keep an eye out for 3.11, since I'm not familiar with the process I'd have to go through to try 3.11-SNAPSHOT. |
I have given 3.11-SNAPSHOT a try and can confirm it fixes the bug. Thanks, @cherylking. |
This fix was included in the latest published release. Closing this issue. |
Up until version 3.9, I was able to do code coverage verifications through JaCoCo in the following way:
Since 3.10, when running these commands, I see the following error:
The text was updated successfully, but these errors were encountered: