After update to Sonarqube 6.4 java code coverage exclusion does not work

268 views Asked by At

We have added one property in our maven project to exclude few of the java project from sonar coverage

<properties>
   <sonar.coverage.exclusions>**/*</sonar.coverage.exclusions>
</properties>

which was working fine in Sonarqube 6.3.

After upgrading to Sonarqube 6.4 we found this project are not excluding from sonar coverage.

Is this anissue in the Sonarqube 6.4? Do we have any work around for this.

0

There are 0 answers