Skip to content

Commit 00a3e3d

Browse files
committed
Code coverage fix
1 parent eb5f458 commit 00a3e3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,17 @@
284284
</goals>
285285
<configuration>
286286
<!-- Sets the path to the file which contains the execution data. -->
287+
287288
<dataFile>target/jacoco.exec</dataFile>
288289
<!-- Sets the output directory for the code coverage report. -->
289290
<outputDirectory>target/jacoco-ut</outputDirectory>
290291
</configuration>
291292
</execution>
292293
</executions>
293294
<configuration>
294-
<destFile>target/jacoco.exec</destFile>
295+
<systemPropertyVariables>
296+
<jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
297+
</systemPropertyVariables>
295298
</configuration>
296299
</plugin>
297300
</plugins>

0 commit comments

Comments
 (0)