mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
exclude .phpstorm.meta.php from coverage
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user