Skip to content

Commit c83bd5e

Browse files
committed
Forgot to add jacoco report
1 parent dd935c5 commit c83bd5e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ spotbugs {
7979
excludeFilter = file('config/spotbugs/spotbugs-exclude.xml')
8080
}
8181

82+
jacocoTestReport {
83+
reports {
84+
xml.enabled true
85+
}
86+
}
87+
test.finalizedBy jacocoTestReport
88+
8289
sonarqube {
8390
properties {
8491
property "sonar.projectKey", "imsweb_seerapi-client-java"

0 commit comments

Comments
 (0)