Setup Sonarqube with Docker
In this article, we will discuss how to set up SonarQube with Docker and produce reports on the code quality of your projects. Install Docker on your system Install Docker into your system using any of the guides online for your preferred system. Run the ...
Code Coverage with SonarQube and Bitrise for Swift
At Monstarlab, we are using SonarQube to gather metrics about the quality of our code. One of the metrics we were interested in is code coverage. However, just running sonar-scanner on the project will not upload the coverage data to our instance of Sonar...