Where to set the coverage runner in Android Studio Chipmunk?

551 Views Asked by At

In Android Studio 4.1.2, it can set the coverage runner for JaCoCo at

enter image description here

but in Android Studio Chipmunk (2021.2.1), there is no place to choose JaCoCo as the coverage runner

enter image description here

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?

enter image description here

2

There are 2 best solutions below

1
On

Click on Modify options and click specify alternate coverage runner. Now you can choose jacaco

0
On

i met the same problem, events not received