소스 검색

Reactivation pitest

Arthur Brandao 6 년 전
부모
커밋
eb4a905471
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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">