Disable code coverage report because autoloader is not working

This commit is contained in:
Albert Santoni 2014-01-22 17:00:23 -05:00
parent e9d1a1fd91
commit 3826a88d1f

View file

@ -14,8 +14,10 @@
</whitelist>
</filter>
<!-- Disabling broken code coverage report. It's not using our autoloader for some reason...
<logging>
<log type="coverage-html" target="./log/report" charset="UTF-8" yui="true" hightlight="true" lowupperbound="50" highlowerbound="80">
<log type="testdox" target="./log/testdox.html">
</log></log></logging>
-->
</phpunit>