Skip to content

Commit ebf0649

Browse files
committed
Fix problem with phpunit code coverage report
Ignore Magento stub files.
1 parent dd799b3 commit ebf0649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<filter>
2222
<whitelist processUncoveredFilesFromWhitelist="true">
23-
<directory suffix=".php">./src/</directory>
23+
<directory suffix=".php">./src/bitExpert</directory>
2424
</whitelist>
2525
</filter>
2626
</phpunit>

0 commit comments

Comments
 (0)