Skip to content

Commit

Permalink
apply jacoco to the data module
Browse files Browse the repository at this point in the history
  • Loading branch information
shw0471 committed Sep 11, 2021
1 parent 141aca9 commit f3b477c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
testImplementation 'junit:junit:4.+'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.12.4'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand All @@ -49,4 +49,6 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'

implementation 'androidx.preference:preference-ktx:1.1.1'
}
}

apply from: "$rootDir/gradle/jacoco.gradle"

0 comments on commit f3b477c

Please sign in to comment.