Improve code coverage handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b5ccb3e184
commit
906b1f8db2
|
|
@ -1,3 +1,5 @@
|
|||
/.php_cs.cache
|
||||
/tests/clover.xml
|
||||
/tests/coverage-html
|
||||
/tests/.phpunit.result.cache
|
||||
/vendor
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@
|
|||
<!-- filters for code coverage -->
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">../</directory>
|
||||
<directory suffix=".php">../../registration/appinfo</directory>
|
||||
<directory suffix=".php">../../registration/lib</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
|
|
|
|||
Loading…
Reference in New Issue