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:
parent
b8c39d413d
commit
6a46ea5684
@ -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 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user