Reputation: 3294
In my Android Studio project I used this example with its including gradle scripts to run on each of my modules and combine all results of all modules together into one single coverage report. See GitHub playground project which worked fine so far for API level 31 or lower. Since I updated the compiledSdkVersion to
compileSdkVersion = 32
the scripts are not working anymore. They run through 100% and finish successfully, but no JaCoCo results were generated!?
Upvotes: 3
Views: 291