Ver Fonte

fix jacoco report path name

Daniel Le Berre há 6 anos atrás
pai
commit
68467a6f75
1 ficheiros alterados com 1 adições e 1 exclusões
  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" />