Skip to content

Commit

Permalink
Updating phpunit.xml.dist for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 27, 2014
1 parent 61694cb commit 74c4bd7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@

<filter>
<whitelist>
<directory suffix=".php">./examples/</directory>
<directory suffix=".php">./lib/Tmdb/</directory>
</whitelist>
</filter>

<logging>
<log type="coverage-html" target="phpunit/coverage" charset="UTF-8"
yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="phpunit/clover.xml"/>
<log type="junit" target="phpunit/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>

0 comments on commit 74c4bd7

Please sign in to comment.