Skip to content

Commit ca6cdd5

Browse files
committed
fix forkcount
1 parent a5a07c6 commit ca6cdd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
<version>3.2.5</version>
144144
<configuration>
145145
<!--When using the maven-surefire-plugin or maven-failsafe-plugin you must not use a forkCount of 0 or set the forkMode to never as this would prevent the execution of the tests with the javaagent set and no coverage would be recorded.-->
146-
<forkCount>0</forkCount>
146+
<forkCount>1</forkCount>
147147
<!-- this is required for test coverage-->
148-
<argLine>${argLine}</argLine>
148+
<!-- <argLine>${argLine}</argLine>-->
149149
</configuration>
150150
</plugin>
151151
</plugins>

0 commit comments

Comments
 (0)