Activate coverage report for uhabits-core

pull/87/merge
Alinson S. Xavier 8 years ago
parent fa4944700c
commit 95385fa8f4

@ -1,4 +1,5 @@
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'jacoco'
dependencies { dependencies {
@ -22,5 +23,14 @@ dependencies {
compile 'junit:junit:4.12' compile 'junit:junit:4.12'
} }
jacocoTestReport {
reports {
xml.enabled = true
html.enabled = true
}
}
check.dependsOn jacocoTestReport
sourceCompatibility = "1.8" sourceCompatibility = "1.8"
targetCompatibility = "1.8" targetCompatibility = "1.8"

Loading…
Cancel
Save