Skip to content

Commit 4ab3951

Browse files
committed
Adjust code coverage metric for sonar
1 parent 91f75cb commit 4ab3951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ configure(rootProject) {
469469
property "sonar.links.homepage", "https://www.trellisldp.org"
470470
property "sonar.links.issue", "https://github.com/trellis-ldp/trellis/issues"
471471
property "sonar.links.scm_dev", "scm:git:git@github.com:trellis-ldp/trellis.git"
472+
property "sonar.coverage.jacoco.xmlReportPaths", "${buildDir}/reports/jacoco/jacocoRootReport/jacocoRootReport.xml"
472473
}
473474
}
474475

0 commit comments

Comments
 (0)