lannyf
lannyf

Reputation: 11035

Where to set the coverage runner in Android Studio Chipmunk?

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

Upvotes: 0

Views: 645

Answers (2)

jianmin jin
jianmin jin

Reputation: 1

i met the same problem, events not received

Upvotes: 0

Daya Nithi
Daya Nithi

Reputation: 117

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

Upvotes: 2

Related Questions