jacoco-android-gradle-plugin
jacoco-android-gradle-plugin copied to clipboard
Generating combined report of multiple libraries
Hey,
Our project structure has a main application as the top level, with a module (which is maintained by us) as a dependency of the main app. I have been able to generate reports for the main app and the module. I would like to know if its possible to combine these two reports into one so that this can be used by codecov.
I have read that this is possible by using some scripts in gradle and simply use the standard java jacoco, just wondering if this library supports this out of the box?
Thanks
is there a solution yet?