File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
env :
67
67
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
68
SONAR_TOKEN : ${{ secrets.SONAR_LOGIN }}
69
- run : ./gradlew sonarqube
69
+ run : ./gradlew sonar
70
70
- name : Run integration tests
71
71
run : ./gradlew e2e
72
72
- name : Publish test report
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ subprojects {
150
150
}
151
151
}
152
152
153
- sonarqube {
153
+ sonar {
154
154
properties {
155
155
property " sonar.coverage.jacoco.xmlReportPaths" , " ${ project.projectDir} /build/reports/jacoco/test/jacocoTestReport.xml"
156
156
}
@@ -201,7 +201,7 @@ subprojects {
201
201
}
202
202
}
203
203
204
- sonarqube {
204
+ sonar {
205
205
skipProject = ! (System . getenv(' SONAR_TOKEN' )?. trim())
206
206
properties {
207
207
property " sonar.host.url" , " https://sonarcloud.io"
You can’t perform that action at this time.
0 commit comments