First of all, thank you for the wonderful work on the sonar plugin. We are trying to use it here at the company. We are testing by running sonarqube on Docker and installing the plugin. However, when executing the sonar-scanner, it executes but spends a lot of time in the step [INFO]: Swift Sensor [sonarapple].
We are using sonar 9.9 and the plugin version is snapshot 0.4.2.
Complete output when running sonar-scanner, including the stack trace and command used
Console log:
INFO: Quality profile for swift: Swift
INFO: Quality profile for web: Sonar way
INFO: Quality profile for xml: Sonar way
INFO: Quality profile for yaml: Sonar way
INFO: ------------- Run sensors on module mobile-ios--my-app
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=61ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
INFO: Sensor IaC CloudFormation Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=4477ms
INFO: Sensor IaC Kubernetes Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=1346ms
INFO: Sensor Swift Sensor [sonarapple]
The thread is stuck here forever and when it finishes, it sends the zero convergence, despite us specifying the .xcresult in sonar.properties correctly.
New Issue Checklist
Issue Description
Hey guys, all good ?
First of all, thank you for the wonderful work on the sonar plugin. We are trying to use it here at the company. We are testing by running sonarqube on Docker and installing the plugin. However, when executing the sonar-scanner, it executes but spends a lot of time in the step
[INFO]: Swift Sensor [sonarapple]
.We are using sonar 9.9 and the plugin version is snapshot 0.4.2.
Command executed
sonar-scanner
sonar.properties
Complete output when running sonar-scanner, including the stack trace and command used
Console log:
The thread is stuck here forever and when it finishes, it sends the zero convergence, despite us specifying the
.xcresult
insonar.properties
correctly.Do you have any suggestions?