Add exclude rules for php coverage
This should cause the coverage report to ignore the zend files refs #4349
This commit is contained in:
parent
79a4ee1804
commit
7bba673a61
|
@ -17,4 +17,10 @@
|
|||
<directory>regression/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
<blacklist>
|
||||
<directory suffix=".php">/usr/share/php</directory>
|
||||
<directory suffix=".php">/usr/lib</directory>
|
||||
</blacklist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
|
|
Loading…
Reference in New Issue