Browse Source

fix jacoco report path name

Daniel Le Berre 6 năm trước cách đây
mục cha
commit
68467a6f75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -93,7 +93,7 @@
 		<available property="private.tests.found" file="TDD2019HIDDENTESTS/src" type="dir" />
 		<antcall target="compileprivatetests" />
 		<antcall target="compileowntests" />
-		<jacoco:coverage destfile="${sonar.jacoco.reportPath}">
+		<jacoco:coverage destfile="${sonar.jacoco.reportPaths}">
 			<junit fork="yes" forkmode="once" printsummary="false" haltonfailure="no" failureproperty="tests.failure">
 				<classpath refid="mypath" />
 				<formatter type="plain" usefile="false" />