Skip to content

Commit

Permalink
Try to fix coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Mar 19, 2016
1 parent 762963b commit 7883c72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,8 @@ task jacocoCombinedReport(type: JacocoReport) {
jacocoCombinedReport.dependsOn {
subprojects*.test
}

coveralls {
sourceDirs = subprojects.sourceSets.main.allSource.srcDirs.flatten()
// jacocoReportPath = "${buildDir}/reports/jacoco/jacocoRootReport/jacocoRootReport.xml"
}

0 comments on commit 7883c72

Please sign in to comment.