Add mustRunAfter "connectedDebugAndroidTest" to jacocoTestReport to avoid a gradle error when we run jacocoTestReport.
Comment-out config we added earlier for test orchestrator: it seems its coverageFilePath, pointing to a folder, was causing the *.ec coverage file for instrumented tests to not be generated.
mustRunAfter "connectedDebugAndroidTest"
tojacocoTestReport
to avoid a gradle error when we runjacocoTestReport
.coverageFilePath
, pointing to a folder, was causing the*.ec
coverage file for instrumented tests to not be generated.