File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 7777 env :
7878 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
7979 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 9494 env :
9595 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
9696 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 {
9595 }
9696 }
9797
98- sonarqube {
99- properties {
100- property " sonar.coverage.jacoco.xmlReportPaths" , " build/reports/jacoco/test/jacocoTestReport.xml"
101- }
102- }
103-
10498 if (! it. name. startsWith(' example' )) {
10599
106100 jar {
You can’t perform that action at this time.
0 commit comments