Code Coverage missing in SonarQube
WHAT
After every Travis-CI build, SonarQube should be displaying changes in code coverage. Run the Jacoco gradle task before running SonarQube to reflect changes in code coverage.
WHY
Code coverage is important to assess if the code is running as it should and meeting specifications.