Fix coverage output file for coveralls
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
parent
e41e80ce8e
commit
8641f92dd1
|
|
@ -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>
|
||||
[](https://coveralls.io/github/spiffe/java-spiffe?branch=master)
|
||||
[](https://coveralls.io/github/spiffe/java-spiffe?branch=master)
|
||||
|
||||
## Overview
|
||||
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ task jacocoTestReport(type: JacocoReport) {
|
|||
|
||||
reports {
|
||||
xml.enabled true
|
||||
xml.destination file("$buildDir/reports/cobertura/coverage.xml")
|
||||
html.enabled true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue