Excude Twig cache from coverage reports
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
05da7c162c
commit
1b5556070a
@ -46,6 +46,8 @@
|
||||
<directory>vendor/</directory>
|
||||
<!-- excluding the tests from the coverage -->
|
||||
<directory>test/</directory>
|
||||
<!-- excluding the twig cache from the coverage -->
|
||||
<directory>cache/</directory>
|
||||
<!-- examples for users -->
|
||||
<directory suffix=".php">examples</directory>
|
||||
</exclude>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user