For my app, on CI we run tests using an adb cli wrapper. We do not use 
gradle. I am able to generate the reports by updating by build.gradle file 
and running unit tests or connectedCheck for Android tests. Is there a way 
to achieve what the below gradle setting does through adb arguments
















*android { testOptions { unitTests.all { jacoco { includeNoLocationClasses 
= true } } unitTests.returnDefaultValues = true } buildTypes { debug { 
testCoverageEnabled true } }}*


-- 
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/8f22b9a8-52f5-4192-ba85-4209e001fb6fn%40googlegroups.com.

Reply via email to