Unit and Integration tests coverage with SonarQube and Jacoco
In this article I want to analyze how to get a full coverage test report of java code inside our SonarQube instance. Lest start from the very beginning: what are Unit and Integration tests? When you develop code you want to be sure that everything runs as expected, both inside your code and when your code…