Skip to content
Snippets Groups Projects
Commit d8dbb698 authored by llaffont's avatar llaffont
Browse files

Toujours jenkins

parent 6f00cee4
Branches
Tags
No related merge requests found
......@@ -130,7 +130,7 @@
<target name="phpunit" description="Run unit tests with PHPUnit">
<exec dir="${basedir}/tests" executable="phpunit" failonerror="true">
<arg line="--log-junit ${basedir}/build/logs/clover.xml" />
<arg line="--log-junit ${basedir}/build/logs/junit.xml" />
<arg line="--coverage-html ${basedir}/build/coverage" />
</exec>
</target>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment