Skip to content

Commit 386133f

Browse files
committed
#15 try 2.
1 parent 168bae8 commit 386133f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ afterEvaluate {
142142
check.dependsOn jacocoJupTestReport
143143
}
144144

145+
coveralls {
146+
jacocoReportPath = "${buildDir}/reports/jacoco/report.xml"
147+
}
148+
145149
/*
146150
https://stackoverflow.com/questions/3963708/gradle-how-to-display-test-results-in-the-console-in-real-time
147151
This does not work with junit5 yet: https://github.com/gradle/gradle/issues/1037

0 commit comments

Comments
 (0)