Skip to content

Commit 84cf0f6

Browse files
committed
add coverallsJacoco
1 parent 5209fb7 commit 84cf0f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,7 @@ jacocoTestReport {
344344
}
345345
}
346346

347-
coverallsJacoco.dependsOn jacocoTestReport
347+
coverallsJacoco {
348+
sourceDirs = files("src/main/java")
349+
jacocoReportPath = file("${buildDir}/reports/jacoco/test/jacocoTestReport.xml")
350+
}

0 commit comments

Comments
 (0)