1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 03:54:49 +02:00

Add coveralls

This commit is contained in:
Paul Schaub 2018-07-24 16:23:24 +02:00
parent e0bc31bd43
commit ef5ee8ed1b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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 {