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

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