aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-06-11 13:12:45 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-06-11 13:12:45 +0200
commit98ba424576946d2f5ef529c5506113b71b0266c4 (patch)
tree6c35c6b226e0a648b643c663905281103f3771f0 /OpenKeychain/build.gradle
parent7f67658de9e516bce387f05e78538bda8f90f9d9 (diff)
downloadopen-keychain-98ba424576946d2f5ef529c5506113b71b0266c4.tar.gz
open-keychain-98ba424576946d2f5ef529c5506113b71b0266c4.tar.bz2
open-keychain-98ba424576946d2f5ef529c5506113b71b0266c4.zip
Fix coveralls
Diffstat (limited to 'OpenKeychain/build.gradle')
-rw-r--r--OpenKeychain/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle
index 95377e813..3c239d44b 100644
--- a/OpenKeychain/build.gradle
+++ b/OpenKeychain/build.gradle
@@ -220,6 +220,11 @@ task jacocoTestReport(type:JacocoReport) {
}
}
+// Fix for: No report file available: [/home/travis/build/open-keychain/open-keychain/OpenKeychain/build/reports/cobertura/coverage.xml, /home/travis/build/open-keychain/open-keychain/OpenKeychain/build/reports/jacoco/test/jacocoTestReport.xml]
+coveralls {
+ jacocoReportPath 'build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml'
+}
+
// NOTE: This disables Lint!
tasks.whenTaskAdded { task ->
if (task.name.contains('lint')) {