Unable to get Espresso Code coverage report, i am new to android studio and tried following set up for generating the report .
Please find the build.gradle setting:
apply plugin: 'com.getkeepsafe.dexcount'
apply plugin: 'realm-android'
apply plugin: 'jacoco'
buildTypes {
debug {
debuggable true
minifyEnabled false
multiDexEnabled true
testCoverageEnabled true
}
When i run the recorded test with 'CreateDebugAndroidTestCoverage', i get the following Report:
I am expecting columns with methods, line details etc :
Please find the screen shot for the type of report i am expecting :