The new jacoco-report-aggregation plugin available in Gradle 7.4 works like a charm if you need to generate actual reports, but I’m have a hard time figuring out how to expose an aggregate excution data in a consolidated “test.exec” file.
I read the docs but wasn’t able to identify anything as being a potential path through the wilderness. I’d be open to options that don’t directly involve using the new plug-in but that seems less than ideal. I’d rather follow the gradle way.
Any words of wisdom?
I should also mention I’ve seen older posts that mention the JacocoMerge task type, but there’s a deprecation warning which makes me wonder if that should be considered a durable option.