I want to create an XML code coverage report for my unit test, but it doesn't work... I followed this plugins instructions: https://github.com/arturdm/jacoco-android-gradle-plugin
I created a sample empty project with 1 Unit Test in this repository: https://github.com/Atroridre/JaCoCoTest/tree/main/TestJacoco
But when I call: $ ./gradlew jacocoTestReport
no code coverage XML report is created...