From ef5ee8ed1b9547472812c1154637fbec666fdd60 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 24 Jul 2018 16:23:24 +0200 Subject: [PATCH] Add coveralls --- build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.gradle b/build.gradle index fcaaaea8..9b417bb5 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,9 @@ buildscript { mavenLocal() mavenCentral() } + dependencies { + classpath "org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.3.1" + } } plugins { @@ -213,6 +216,11 @@ def getGitCommit() { gitCommit } +apply plugin: "com.github.kt3k.coveralls" +coveralls { + sourceDirs = files(subprojects.sourceSets.main.allSource.srcDirs).files.absolutePath +} + /* task jacocoRootReport(type: JacocoReport) { reports {