Publish Clover Coverage Report fails Publish Clover Coverage Report fails jenkins jenkins

Publish Clover Coverage Report fails


If you are using ant as your build tool that jenkins triggers, then in your build.xml you might need to specify arguments for phpunit command. Something like..

<exec executable="phpunit" failonerror="true"><arg line="--coverage-clover ${basedir}/build/logs/clover.xml                --coverage-html ${basedir}/build/logs/                ."/>        </exec>