Skip to content

Commit

Permalink
trying to fix coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Mar 11, 2015
1 parent 7164e5f commit 40f2e8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ coveralls {
jacocoProjects().each {
evaluationDependsOn(it.name)
if (it.plugins.withType(JavaPlugin) && it.tasks.withType(Test)) {
tmpSources << it.sourceSets.main.allSource.srcDirs
tmpSources << it.sourceSets.main.allSource.srcDirs.flatten()
}
}
sourceDirs = files(tmpSources).files.absolutePath
jacocoReportPath = "${buildDir}/reports/jacoco/test/jacocoTestReport.xml"
}


Expand Down Expand Up @@ -156,5 +157,5 @@ idea {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.1'
gradleVersion = '2.3'
}

0 comments on commit 40f2e8b

Please sign in to comment.