Skip to content

Commit 8c71071

Browse files
committed
fix: test code coverage publication
1 parent 706bbe6 commit 8c71071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/engine/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<version>${maven.surefire.plugin.version}</version>
260260
<configuration>
261261
<parallel>all</parallel>
262-
<argLine>-Dperformance.log.path=${project.build.directory}/perf.csv</argLine>
262+
<argLine>${argLine} -Dperformance.log.path=${project.build.directory}/perf.csv</argLine>
263263
<systemProperties>
264264
<property>
265265
<name>filesToTestPath</name>

0 commit comments

Comments
 (0)