Procházet zdrojové kódy

Reactivation pitest

Arthur Brandao před 6 roky
rodič
revize
eb4a905471
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 5 1
      build.xml

+ 5 - 1
build.xml

@@ -112,7 +112,11 @@
 		</jacoco:coverage>
 	</target>
 
-	<target name="m1" description="Verification des projets de TDD2019" depends="clean,build,tests" />
+	<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>
 
 	<!-- Define the SonarQube target -->
 	<target name="sonar" depends="m1" description="Analyse le code avec SonarQube">