aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-17 07:55:51 -0700
committerKenny Root <kenny@the-b.org>2015-07-17 07:55:51 -0700
commitf2d1ad6f5623c75bbcb3db1fba736d4c4e4c4b29 (patch)
tree3aa2948be6722a19d81af8ac68e4722049f20e40 /app/build.gradle
parent6fafb9f3783af116a283a5fd950864a1cdcc1910 (diff)
downloadconnectbot-f2d1ad6f5623c75bbcb3db1fba736d4c4e4c4b29.tar.gz
connectbot-f2d1ad6f5623c75bbcb3db1fba736d4c4e4c4b29.tar.bz2
connectbot-f2d1ad6f5623c75bbcb3db1fba736d4c4e4c4b29.zip
Update code coverage location
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index aade9af..deb9817 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -106,7 +106,7 @@ tasks.create(name: "jacocoTestDebugReport", type: JacocoReport, dependsOn: "test
}
}
-coveralls.jacocoReportPath = 'app/build/reports/jacoco/jacocoTestDebugReport/jacocoTestDebugReport.xml'
+coveralls.jacocoReportPath = "${project.buildDir}/reports/jacoco/jacocoTestDebugReport/jacocoTestDebugReport.xml"
dependencies {
testCompile 'junit:junit:4.12'