Skip to content
Snippets Groups Projects
Unverified Commit bd848f07 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

fix phpunit whitelist path to re-enable code coverage reports

parent 8a784b9e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<!-- filters for code coverage -->
<filter>
<whitelist>
<directory suffix=".php">../mail</directory>
<directory suffix=".php">../</directory>
<exclude>
<directory suffix=".php">../mail/l10n</directory>
<directory suffix=".php">../mail/tests</directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment