I am trying to use the new code coverage feature in Android Studio 1.2. There seems to be no documentation for this feature, but so far I have decided to add
testCoverageEnabled true
for the debugging style of my Gradle file.
However, I can generate code coverage reports for JUnit test cases and not test files on Android.
Is there a way to generate code coverage for Android instrumental test cases?
android android-studio junit gradle android-instrumentation
Till crempel
source share