File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 77
77
env :
78
78
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
79
79
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
80
- run : ./gradlew build sonarqube --info
80
+ run : ./gradlew build jacocoTestReport sonarqube --info
Original file line number Diff line number Diff line change 94
94
env :
95
95
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
96
96
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
97
- run : ./gradlew build sonarqube --info
97
+ run : ./gradlew build jacocoTestReport sonarqube --info
Original file line number Diff line number Diff line change @@ -95,12 +95,6 @@ subprojects {
95
95
}
96
96
}
97
97
98
- sonarqube {
99
- properties {
100
- property " sonar.coverage.jacoco.xmlReportPaths" , " build/reports/jacoco/test/jacocoTestReport.xml"
101
- }
102
- }
103
-
104
98
if (! it. name. startsWith(' example' )) {
105
99
106
100
jar {
You can’t perform that action at this time.
0 commit comments