You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate to Sonatype Nexus (use apply plugin: 'com.dicedmelon.gradle.jacoco-android' now instead of apply plugin: 'jacoco-android' and use different repositories)
Make it possible to use the plugin with Java 7 (fixes #11)
Provide default name patterns for classes to be excluded from report generation.
Currently, these patterns include Android, Dagger 2 and Butter Knife generated classes.
Allow user to toggle report generation for specified type
(e.g. jacocoAndroidUnitTestReport { csv.enabled true }).