1
0
Fork 0

Exclude PHPStan extensions from PHPUnit coverage

pull/11162/head
Dan Barrett 2022-11-05 18:35:18 +11:00
parent f07614f1c9
commit b2304d0b12
No known key found for this signature in database
GPG Key ID: B2C1C5184A5C8D5A
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
</include> </include>
<exclude> <exclude>
<file>./src/Composer/Autoload/ClassLoader.php</file> <file>./src/Composer/Autoload/ClassLoader.php</file>
<directory>./src/Composer/PHPStan/</directory>
</exclude> </exclude>
</coverage> </coverage>
</phpunit> </phpunit>

View File

@ -35,6 +35,7 @@
</include> </include>
<exclude> <exclude>
<file>../src/Composer/Autoload/ClassLoader.php</file> <file>../src/Composer/Autoload/ClassLoader.php</file>
<directory>../src/Composer/PHPStan/</directory>
</exclude> </exclude>
</coverage> </coverage>
</phpunit> </phpunit>