Skip to content
Snippets Groups Projects
Commit 8a03abec authored by Thomas Müller's avatar Thomas Müller
Browse files

Filter added to get all files into coderage report

parent f5043c06
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,11 @@
<directory suffix='.php'>lib/</directory>
<file>apps.php</file>
</testsuite>
<!-- filters for code coverage -->
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">..</directory>
<exclude>
<directory suffix=".php">../3rdparty</directory>
</exclude>
</whitelist>
</phpunit>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment