|
@@ -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">
|