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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -