Improve code coverage handling

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-07-29 17:46:38 +02:00
parent b5ccb3e184
commit 906b1f8db2
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/.php_cs.cache
/tests/clover.xml
/tests/coverage-html
/tests/.phpunit.result.cache
/vendor

View File

@ -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>