Browse Source

Reactivation pitest

Arthur Brandao 6 years ago
parent
commit
eb4a905471
1 changed files with 5 additions and 1 deletions
  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">