Excude Twig cache from coverage reports

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-08-22 12:49:21 +02:00
parent 05da7c162c
commit 1b5556070a

View File

@ -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>