Skip to content

Commit

Permalink
Ignore jdk classes in jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
hameno committed May 15, 2021
1 parent 70b7d59 commit 3d918b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ android {
unitTests.all {
jacoco {
includeNoLocationClasses = true
excludes = ['**/R.class',
excludes = ['jdk.internal.*',
'**/R.class',
'**/R$*.class',
'**/BuildConfig.*',
'**/Manifest*.*',
Expand Down

0 comments on commit 3d918b3

Please sign in to comment.