Skip to content

Commit

Permalink
fix #2793 Integrated Jacoco for improved test coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Jan 1, 2024
1 parent 501509d commit 9faf65a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,14 @@
<includes>
<include>${test.include.path}</include>
</includes>
<argLine>${test.command.args}</argLine>
<argLine>@{argLine} ${test.command.args}</argLine>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
Expand Down

0 comments on commit 9faf65a

Please sign in to comment.