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
+4 -1
View File
@@ -130,6 +130,8 @@
<sonar.organization>apache</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.exclusions>apps/**</sonar.exclusions>
<argLine>-Duser.language=en -Duser.country=US -Duser.region=US</argLine>
</properties>
<profiles>
@@ -199,6 +201,7 @@
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
-Dillegal-access=permit
@{argLine}
</argLine>
</configuration>
</plugin>
@@ -264,7 +267,7 @@
</dependency>
</dependencies>
<configuration>
<argLine>-Duser.language=en -Duser.region=US</argLine>
<argLine>@{argLine}</argLine>
<includes>
<include>**/*Test.java</include>
</includes>