Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created November 9, 2016 13:30
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/a0d70029041dded1dcd43afb6992deb7 to your computer and use it in GitHub Desktop.
Save rafaeltoledo/a0d70029041dded1dcd43afb6992deb7 to your computer and use it in GitHub Desktop.
android {
//...
testOptions {
unitTests.all {
jacoco {
includeNoLocationClasses = true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment