Explorar o código

désactive pitest pour l'instant.

Daniel Le Berre %!s(int64=6) %!d(string=hai) anos
pai
achega
ded7fb33b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">