Include tests in test coverage

It helps to identify not executed test files.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-22 11:41:56 +01:00
parent b8c39d413d
commit 6a46ea5684

View File

@ -43,12 +43,10 @@
<exclude>
<!-- composer packages -->
<directory>vendor/</directory>
<!-- excluding the tests from the coverage -->
<directory>test/</directory>
<!-- we don't care about coverage of embedded libraries -->
<directory suffix=".inc">libraries/php-gettext</directory>
<directory suffix=".php">libraries/bfShapeFiles</directory>
<directory suffix=".php">libraries/php-gettext</directory>
<directory suffix=".php">libraries/bfShapeFiles</directory>
<!-- code sniffer checker -->
<directory suffix=".php">PMAStandard</directory>
<!-- examples for users -->