Gradle and SonarQube
Posted on Fri 17 October 2014 in Continuous Integration • Tagged with sonarqube, ci, gradle
If you are like me and like developing using a Test Driven Development (TDD) approach, then you need the ability to examine your code and test coverage. In a past article, I discussed how to use SonarQube to perform Python code inspection allowing you to see code test coverage. In …
Continue reading