Exclude some files from the coverage

This commit is contained in:
Sébastien Lucas 2013-12-04 22:40:50 +01:00
parent 91e6b10358
commit 76b7089028

View file

@ -6,9 +6,9 @@
<directory suffix=".php">./</directory>
<exclude>
<directory suffix=".php">./resources</directory>
</exclude>
<exclude>
<directory suffix=".php">./test</directory>
<file>config.php</file>
<file>config_default.php</file>
</exclude>
</whitelist>
</filter>