WW-5232 Applies proper coverage settings for Jacoco plugin and Sonar

This commit is contained in:
Lukasz Lenart
2022-09-27 19:41:20 +02:00
parent a4fe51f5b3
commit 32201b2ef2
5 changed files with 8 additions and 4 deletions
+1
View File
@@ -125,6 +125,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine}</argLine>
<excludes>
<exclude>it/**</exclude>
<exclude>**/*$*</exclude>
+1
View File
@@ -237,6 +237,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine}</argLine>
<excludes>
<exclude>it/**</exclude>
<exclude>**/*$*</exclude>