How do I get SonarQube to count spock/groovy unit tests?
问题 I am trying to configure SonarQube to report an accurate count of the unit test cases in my repository, currently it is only showing the java jUnit test cases. SonarQube reports the java jUnit test count as well as the overall coverage from jacoco which includes both java and groovy coverage. How do I get SonarQube to recognize the groovy/spock unit tests in the overall count? SonarQube 7.7 (I see the issue on 7.4 as well) I am not sure if there is a specific sonar property I need to set in