Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit dd8106ee authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

exclude entity classes from sonar code coverage

parent dbb999e0
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<maven.deploy.skip>true</maven.deploy.skip>
<sonar.host.url>http://edelquality.westeurope.cloudapp.azure.com:9000/sonar/</sonar.host.url>
<sonar.exclusions>**/smp/data/model/*, **/smp/exceptions/*, **/to_be_removed/*, </sonar.exclusions>
<sonar.exclusions>**/smp/data/model/*,**/smp/data/ui/*, **/smp/exceptions/*, **/to_be_removed/*</sonar.exclusions>
<sonar.language>java</sonar.language>
<jacoco.maven.plugin.version>0.7.9</jacoco.maven.plugin.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment