Skip to content

Commit

Permalink
fix: 0% coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
abubkr-hago committed Aug 31, 2024
1 parent 86a3157 commit 1d0482a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies {
api "com.squareup.okhttp3:okhttp:$okhttpVersion"
api project(':bolts-tasks')

testRuntimeOnly('org.junit.vintage:junit-vintage-engine:5.10.2')
testImplementation "org.junit.jupiter:junit-jupiter:$rootProject.ext.jupiterVersion"
testImplementation "org.skyscreamer:jsonassert:1.5.0"
testImplementation "junit:junit:$rootProject.ext.junitVersion"
Expand Down

0 comments on commit 1d0482a

Please sign in to comment.