Fix coverage output file for coveralls

Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
Max Lambrecht 2020-06-17 11:22:56 -03:00
parent e41e80ce8e
commit 8641f92dd1
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# JAVA-SPIFFE library
<a href='https://travis-ci.org/spiffe/java-spiffe.svg?branch=master'><img src='https://travis-ci.org/spiffe/java-spiffe.svg?branch=master'></a>
[![Coverage Status](https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg?branch=master)](https://coveralls.io/github/spiffe/java-spiffe?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg)](https://coveralls.io/github/spiffe/java-spiffe?branch=master)
## Overview

View File

@ -73,6 +73,7 @@ task jacocoTestReport(type: JacocoReport) {
reports {
xml.enabled true
xml.destination file("$buildDir/reports/cobertura/coverage.xml")
html.enabled true
}
}