Browse Source

Merge branch 'master' of https://forge.univ-artois.fr/m1-2018-2019/TDD2019IMPL

Arthur Brandao 6 years ago
parent
commit
66bd948ea3
1 changed files with 1 additions and 6 deletions
  1. 1 6
      build.xml

+ 1 - 6
build.xml

@@ -112,12 +112,7 @@
 		</jacoco:coverage>
 	</target>
 
-	<!--target name="m1" description="Verification des projets de TDD2019" depends="clean,build,tests,mutationCoverage" / ligne prof-->
-	<target name="m1" description="Verification des projets de TDD2019" depends="clean,build,tests">
-		<subant failonerror="false" target="mutationCoverage">
-			<fileset dir="." includes="build.xml" />
-		</subant>
-	</target>
+	<target name="m1" description="Verification des projets de TDD2019" depends="clean,build,tests" />
 
 	<!-- Define the SonarQube target -->
 	<target name="sonar" depends="m1" description="Analyse le code avec SonarQube">