Exclude some files from the coverage
This commit is contained in:
parent
91e6b10358
commit
76b7089028
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue