add code coverage whitelist

This commit is contained in:
Robin Appelman 2016-12-08 16:44:15 +01:00
commit 1e7809b74e
3 changed files with 5 additions and 2 deletions

View file

@ -3,4 +3,9 @@
<testsuite name='SMB'>
<directory suffix='.php'>./</directory>
</testsuite>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../src</directory>
</whitelist>
</filter>
</phpunit>