Skip to content

Commit

Permalink
Include demo app's instrumented tests in debug coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Apr 16, 2019
1 parent 77e47e5 commit ff5970b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snowplow-demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
testCoverageEnabled = true
}
}

lintOptions {
Expand Down

0 comments on commit ff5970b

Please sign in to comment.