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
|
/.php_cs.cache
|
||||||
|
/tests/clover.xml
|
||||||
|
/tests/coverage-html
|
||||||
/tests/.phpunit.result.cache
|
/tests/.phpunit.result.cache
|
||||||
/vendor
|
/vendor
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
<!-- filters for code coverage -->
|
<!-- filters for code coverage -->
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory suffix=".php">../</directory>
|
<directory suffix=".php">../../registration/appinfo</directory>
|
||||||
|
<directory suffix=".php">../../registration/lib</directory>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue