diff --git a/README.md b/README.md index 620989a..8e90914 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # JAVA-SPIFFE library -[![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 diff --git a/build.gradle b/build.gradle index a91f73e..52a9a32 100644 --- a/build.gradle +++ b/build.gradle @@ -73,6 +73,7 @@ task jacocoTestReport(type: JacocoReport) { reports { xml.enabled true + xml.destination file("$buildDir/reports/cobertura/coverage.xml") html.enabled true } }