Disable code coverage report because autoloader is not working
This commit is contained in:
parent
e9d1a1fd91
commit
3826a88d1f
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue