|
@@ -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">
|