0

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

lannyf
  • 9,865
  • 12
  • 70
  • 152

2 Answers2

2

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

Daya Nithi
  • 117
  • 1
  • 10
  • Thanks @Daya Nithi! It can set the jacoco tunner now. But the the test does not run anymore (with "Test events were not received") – lannyf Jun 15 '22 at 12:18
0

i met the same problem, events not received