-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Don't pass ignored arguments to JaCoCo plugin #26340
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
Conversation
JacocoInstrumentationProcessor ignores all but the first argument.
edee190
to
3cb6a3a
Compare
CI failures are unrelated and also happen on master. |
FYI @lberki for dropping the coverage metadata root |
I'm doing that in #26349, but I can split out that part and move it here. What do you prefer? |
I think it would be better have it here, since it is related and it makes it clear what's going on for code review. |
@c-mita Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
JacocoInstrumentationProcessor ignores all but the first argument.
Work towards #5716