From 98ba424576946d2f5ef529c5506113b71b0266c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 11 Jun 2015 13:12:45 +0200 Subject: [PATCH] Fix coveralls --- OpenKeychain/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) 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')) {