Skip to content

Commit 1d0482a

Browse files
committed
fix: 0% coverage reporting
1 parent 86a3157 commit 1d0482a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parse/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dependencies {
5151
api "com.squareup.okhttp3:okhttp:$okhttpVersion"
5252
api project(':bolts-tasks')
5353

54+
testRuntimeOnly('org.junit.vintage:junit-vintage-engine:5.10.2')
5455
testImplementation "org.junit.jupiter:junit-jupiter:$rootProject.ext.jupiterVersion"
5556
testImplementation "org.skyscreamer:jsonassert:1.5.0"
5657
testImplementation "junit:junit:$rootProject.ext.junitVersion"

0 commit comments

Comments
 (0)