Skip to content

Instantly share code, notes, and snippets.

@codeversed
codeversed / build.gradle
Last active February 17, 2018 02:09
Jacoco Full Coverage Report - Based frome Google's android-architecture-components
apply plugin: 'com.android.application'
apply plugin: 'jacoco'
android {
defaultConfig {
...
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}