Skip to content

Commit

Permalink
ci: using implicit test-report paths for sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jul 14, 2023
1 parent bc7c75e commit 99cdea5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ sonar {
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.sourceEncoding", "UTF-8")

property(
"sonar.coverage.jacoco.xmlReportPaths",
"build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml"
)
// property(
// "sonar.coverage.jacoco.xmlReportPaths",
// "build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml"
// )
}
}

0 comments on commit 99cdea5

Please sign in to comment.