java - How to configure SonarQube 5.3 to tune what submodule / package is used to determinate coverage? -
i'm using sonarqube 5.3 , working mavenized java project containing 3 submodules.
one of submodule webapp there not junit test, remove coverage % shown on main sonar page.
also if possible, exclude package other submodule, entity package ...
didn't find clear answer, tried add in webapp pom.xml :
<sonar.coverage.exclusions>src/main</sonar.coverage.exclusions>
but no luck.
set through ui in administration > general settings > analysis scope > code coverage section
Comments
Post a Comment