Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

Commit

Permalink
jacoco reports
Browse files Browse the repository at this point in the history
  • Loading branch information
nolequen committed Jan 1, 2018
1 parent 2418b27 commit 7c06238
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version '3.5.0'
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'jacoco'

sourceCompatibility = 1.8

Expand All @@ -27,6 +28,15 @@ dependencies {
testCompile group: 'io.vertx', name: 'vertx-unit', version: '3.5.0'
}

jacocoTestReport {
reports {
xml.enabled true
html.enabled false
}
}

check.dependsOn jacocoTestReport

uploadArchives {
repositories {
mavenDeployer {
Expand Down

0 comments on commit 7c06238

Please sign in to comment.