In Android Studio 4.1.2, it can set the coverage runner for JaCoCo at
but in Android Studio Chipmunk (2021.2.1), there is no place to choose JaCoCo as the coverage runner
How to run the JaCoCo coverage test in Chipmunk?
Update:
As @Daya Nithi point out, there is a Modify
options for choosing the runner.
But after that the test does not run, with "Test events were not received". Any suggestion for it?
2
Answers
Click on Modify options and click specify alternate coverage runner. Now you can choose jacaco
i met the same problem, events not received