Skip to content

Commit

Permalink
fix generation of code coverage reporting;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Mar 22, 2022
1 parent b239200 commit 31f3e51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -314,6 +314,7 @@
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/sun.security.util=ALL-UNNAMED
${surefireArgLine}
</argLine>
<systemProperties>
<kamon.auto-start>true</kamon.auto-start>
Expand Down Expand Up @@ -610,6 +611,9 @@
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<propertyName>surefireArgLine</propertyName>
</configuration>
</execution>
<execution>
<id>report</id>
Expand Down

0 comments on commit 31f3e51

Please sign in to comment.