Skip to content

Commit

Permalink
Merge pull request #82 from DDS-GmbH/fix/jacoco
Browse files Browse the repository at this point in the history
Use correct path to coverage report
  • Loading branch information
AntonOellerer authored Oct 25, 2021
2 parents 18fc6a2 + 9225407 commit dc41feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sonarqube {
property "sonar.sources", "src/main/java/"
property "sonar.language", "java"
property "sonar.java.binaries", "."
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/jacocoAutomatedTestReport/jacocoTestReport.xml"
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/jacocoAutomatedTestReport/jacocoAutomatedTestReport.xml"
}
}

Expand Down

0 comments on commit dc41feb

Please sign in to comment.