Update build.gradle
Another try for codecov.io
This commit is contained in:
parent
ea700755b6
commit
2bfeedc7a9
10
build.gradle
10
build.gradle
@ -2,6 +2,7 @@ subprojects {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'signing'
|
||||
apply plugin: 'jacoco'
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
group = 'ch.dissem.jabit'
|
||||
@ -79,4 +80,13 @@ subprojects {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
reports {
|
||||
xml.enabled = true
|
||||
html.enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
check.dependsOn jacocoTestReport
|
||||
}
|
Loading…
Reference in New Issue
Block a user