Skip to content

Commit

Permalink
Add whitelist for test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweichert committed Jan 28, 2016
1 parent 23c32e5 commit 208e721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -19,4 +19,9 @@
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 208e721

Please sign in to comment.