This message was deleted.
# community-support
s
This message was deleted.
c
if you use gradle-build-actionโ€™s caching w/ build cache enabled then the CI builds would only compile/test what has changed (no need for a matrix). Not familiar with jacoco and how to do the aggregation.
y
That's a good tip! as for the main problem, from what I can see in my project, each submodule generate their own report under their
build
directory so I need to combine them all into a single JSON file (I assume) I'm open to any alternatives to jacoco - I just took it as it's kinda standard for JVM projects
y
I did, but it's 100% possible I did something wrong ๐Ÿ™‚
c
๐Ÿ™ˆ
๐Ÿ˜„ 1
y
I'll try to play with it a bit more.... thanks for the tips! ๐Ÿ™
๐Ÿ‘ 1