diff options
author | Kenny Root <kenny@the-b.org> | 2015-07-17 07:55:51 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-07-17 07:55:51 -0700 |
commit | f2d1ad6f5623c75bbcb3db1fba736d4c4e4c4b29 (patch) | |
tree | 3aa2948be6722a19d81af8ac68e4722049f20e40 | |
parent | 6fafb9f3783af116a283a5fd950864a1cdcc1910 (diff) | |
download | connectbot-f2d1ad6f5623c75bbcb3db1fba736d4c4e4c4b29.tar.gz connectbot-f2d1ad6f5623c75bbcb3db1fba736d4c4e4c4b29.tar.bz2 connectbot-f2d1ad6f5623c75bbcb3db1fba736d4c4e4c4b29.zip |
Update code coverage location
-rw-r--r-- | app/build.gradle | 2 |
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' |