Skip to content

Commit 38809d1

Browse files
committed
Add missing code coverage whitelist for integration tests
1 parent 76208d4 commit 38809d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integration/phpunit.xml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
<directory suffix="Test.php">../../../vendor/integer-net/magento2-rewritemap/tests/integration</directory>
1515
</testsuite>
1616
</testsuites>
17+
<!-- Code coverage filters -->
18+
<filter>
19+
<whitelist>
20+
<directory suffix=".php">../../../vendor/integer-net/magento2-rewritemap/src</directory>
21+
</whitelist>
22+
</filter>
1723
<!-- PHP INI settings and constants definition -->
1824
<php>
1925
<includePath>.</includePath>

0 commit comments

Comments
 (0)