Procházet zdrojové kódy

désactive pitest pour l'instant.

Daniel Le Berre před 6 roky
rodič
revize
ded7fb33b5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -111,7 +111,7 @@
 		</jacoco:coverage>
 	</target>
 
-	<target name="m1" description="Verification des projets de TDD2019" depends="clean,build,tests,mutationCoverage" />
+	<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">