Skip to content

Instantly share code, notes, and snippets.

View josomers's full-sized avatar
🚀

Jo Somers josomers

🚀
View GitHub Profile
@josomers
josomers / build.gradle
Last active November 10, 2017 14:42
Test coverage with Jacoco on Android gradle project with injection frameworks like Dagger/Butterknife and Robolectric 2.3
apply plugin: 'jacoco'
apply plugin: 'idea'
jacoco {
toolVersion = "0.7.0.201403182114"
}
jacocoTestReport {
reports {
xml.enabled = true