arturdm/jacoco-android-gradle-plugin

How to generate xml file?

Hesamedin opened this issue · 1 comments

I need to pass the link of generated xml file to my CI.
I am able to generate html result by running this command: ./gradlew clean assembleDebug testDebug
However, only html generates under :<myModule>:/build/reports/tests/testDebugUnitTest and I don't see any generated xml file. Thanks.

ah, I found I am able to generate it by this command:
./gradlew clean assembleDebug jacocoTestReportDebug