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>
|
<directory>regression/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
<filter>
|
||||||
|
<blacklist>
|
||||||
|
<directory suffix=".php">/usr/share/php</directory>
|
||||||
|
<directory suffix=".php">/usr/lib</directory>
|
||||||
|
</blacklist>
|
||||||
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
Loading…
Reference in New Issue