Skip to content

Instantly share code, notes, and snippets.

@remcotolsma
Last active August 29, 2015 14:03
Show Gist options
  • Save remcotolsma/1fd226825cff12782ca5 to your computer and use it in GitHub Desktop.
Save remcotolsma/1fd226825cff12782ca5 to your computer and use it in GitHub Desktop.
PHPUnit log Coverage HTML
<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
...
<logging>
<log type="coverage-html" target="build/logs/clover" charset="UTF-8" yui="true" highlight="true"/>
</logging>
...
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment