Hi, I am new to jacoco I have a multi module android project building with gradle and want to collect code coverage, saw jacoco will help but my project structure is like,
Module 1 -src --main ---java ---res Module 2 -src --main ---java ---res Module Test -src --main ---java ---res when I try gradlew createDebugCoverageReport, it creates a report but an empty one. Am not sure how to test my jacoco that my use test from Test module and use src code from Module 1 and 2, if there is any tutorial to set up multi module android project with gradle , jacoco, please let me know. Thanks -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/3274e191-202d-413f-b96a-079d89575b7b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
