Exclude PHPStan extensions from PHPUnit coverage
parent
f07614f1c9
commit
b2304d0b12
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue