Sfoglia il codice sorgente

Remise bon nom chemin jacoco suite à correction

Arthur Brandao 6 anni fa
parent
commit
de952c3b91
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      build.xml

+ 1 - 2
build.xml

@@ -20,8 +20,7 @@
 	<property name="sonar.exclusions" value="**/*Test*" />
 	<property name="sonar.tests" value="TDD2019TESTS/src,TDD2019OWNTESTS/src" />
 	<property name="sonar.junit.reportPaths" value="${testreports}" />
-	<!--property name="sonar.jacoco.reportPaths" value="${testreports}/jacoco.exec" / ligne prof-->
-	<property name="sonar.jacoco.reportPath" value="${testreports}/jacoco.exec" />
+	<property name="sonar.jacoco.reportPaths" value="${testreports}/jacoco.exec" />
     <property name="sonar.pitest.reportsDirectory" value="${testreports}" />
 	<property name="sonar.web.javaAdditionalOpts" value="-Dhttps.proxyHost=cache-etu.univ-artois.fr -Dhttps.proxyPort=3128" />
 	<target name="prepare" description="Cree les repertoires et initialise certaines valeurs">