Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created February 16, 2018 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltoledo/275307e6765c3db873c3028f421c54d1 to your computer and use it in GitHub Desktop.
Save rafaeltoledo/275307e6765c3db873c3028f421c54d1 to your computer and use it in GitHub Desktop.
// app/build.gradle
apply plugin: 'com.android.application'
apply plugin: 'jacoco'
jacoco {
toolVersion = '0.8.0'
}
tasks.withType(Test) {
jacoco.includeNoLocationClasses = true
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment