Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Fix custom cobertura path for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0 committed Mar 4, 2015
1 parent d198237 commit 52d5ac2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/gradle/reports.coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ apply plugin: org.kt3k.gradle.plugin.CoverallsPlugin

subprojects {
apply plugin: net.saliman.gradle.plugin.cobertura.CoberturaPlugin
apply plugin: org.kt3k.gradle.plugin.CoverallsPlugin
}

cobertura {
Expand All @@ -38,3 +37,6 @@ cobertura {
}
}

coveralls {
coberturaReportPath = "${buildDir}/reports/coverage/coverage.xml"
}

0 comments on commit 52d5ac2

Please sign in to comment.