Skip to content Skip to sidebar Skip to footer
Showing posts with the label Code Coverage

Jacoco Doesn't Work With Robolectric Tests

I wanted to generate code coverage reports on my JUnit tests in my android project so I added the J… Read more Jacoco Doesn't Work With Robolectric Tests

Android Coverage Launch With Jacoco

We have an Android application that we are building with Gradle/Android Studio and are using JaCoCo… Read more Android Coverage Launch With Jacoco

Emma Reports 0% Coverage

I want to get code coverage when running unit tests. I run ant coverage using standard android buil… Read more Emma Reports 0% Coverage