Skip to content

Commit 66c3362

Browse files
mathieututaylorotwell
authored andcommitted
Fix tests code coverage config. (#19609)
1 parent bd858cc commit 66c3362

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml.dist

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
<whitelist processUncoveredFilesFromWhitelist="true">
2222
<directory suffix=".php">./src</directory>
2323
<exclude>
24-
<directory>./src/Illuminate/Pagination/resources/views</directory>
25-
<file>./src/Illuminate/Foundation/Console/Optimize/config.php</file>
24+
<directory suffix=".blade.php">./src/</directory>
2625
</exclude>
2726
</whitelist>
2827
</filter>

0 commit comments

Comments
 (0)