Skip to content

Commit 8039726

Browse files
committed
add coverallsJacoco
1 parent d0fb850 commit 8039726

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,7 @@ jacocoTestReport {
343343
html.required = true
344344
}
345345
}
346+
347+
coverallsJacoco {
348+
dependsOn jacocoTestReport
349+
}

0 commit comments

Comments
 (0)