Skip to content

Commit

Permalink
Removing code coverage refs #4224
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Oct 17, 2013
1 parent efa706e commit 7567afa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/PHPUnit/phpunit.xml.dist
Expand Up @@ -42,12 +42,9 @@
<!-- NOTE: UI Tests are not included here since they significantly add to the test run time. -->
</testsuites>

<logging>
<log type="coverage-html" target="../results/codecoverage" charset="UTF-8"
yui="true" highlight="false"
lowUpperBound="35" highLowerBound="70"/>
<log type="junit" target="../results/logs/junit.xml" logIncompleteSkipped="true" />
</logging>
<!--
Request: code coverage, see ticket #4224
-->

<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
Expand Down

0 comments on commit 7567afa

Please sign in to comment.