Skip to content

Commit

Permalink
Fix coverage config for complete test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed May 12, 2022
1 parent 3366271 commit 8c7ab19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/complete.phpunit.xml
Expand Up @@ -31,10 +31,10 @@

<coverage>
<include>
<directory>./src/Composer/</directory>
<directory>../src/Composer/</directory>
</include>
<exclude>
<file>./src/Composer/Autoload/ClassLoader.php</file>
<file>../src/Composer/Autoload/ClassLoader.php</file>
</exclude>
</coverage>
</phpunit>

0 comments on commit 8c7ab19

Please sign in to comment.