Hi, Everyone
I used SonarQube to get per test coverage (following https://deors.wordpress.com/2014/07/04/individual-test-coverage-sonarqube-jacoco/)
What I can see from SonarQube is the line coverage (as showen in following picture). How can i to get branch and method coverage information and how to get them in text file format (so i can use script to read them ) ?
Thanks!