How to deploy iOS project on SonarQube?

I am using SonarQube in my iOS project. i can see code coverage report at http://localhost:9000 For that in sonar-project.properties i have mentioned sonar.host.url=http://localhost:9000. Now i want to deploy in my own server URL(Example : https://www.mywebsite.com). How can i achive that… Kindly help with steps to implement on cloud. I specially asking for iOS project Sonar cloud integration.

Hi @Janesh_Suthar ,

You can change the sonar.host.url to your own url:

sonar.host.url=https://www.mywebsite.com

Joe