exclude .phpstorm.meta.php from coverage

This commit is contained in:
Younes ENNAJI
2026-02-25 20:35:27 +00:00
parent c9a61ba69c
commit 0612a3bb61
+9
View File
@@ -57,5 +57,14 @@
<include> <include>
<directory suffix=".php">src</directory> <directory suffix=".php">src</directory>
</include> </include>
<exclude>
<file>src/Prime/.phpstorm.meta.php</file>
<file>src/Laravel/.phpstorm.meta.php</file>
<file>src/Symfony/.phpstorm.meta.php</file>
<file>src/Noty/Prime/.phpstorm.meta.php</file>
<file>src/Notyf/Prime/.phpstorm.meta.php</file>
<file>src/SweetAlert/Prime/.phpstorm.meta.php</file>
<file>src/Toastr/Prime/.phpstorm.meta.php</file>
</exclude>
</source> </source>
</phpunit> </phpunit>