소스 검색

fix jacoco report path name

Daniel Le Berre 6 년 전
부모
커밋
68467a6f75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" />