mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
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…
x
Reference in New Issue
Block a user