Skip to content

Commit

Permalink
Move libuv stubs into folder, fix/update code coverage to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Dec 17, 2021
1 parent 630a0e7 commit 468b237
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ignore:
- "tests/."
- "vendor/."
- "Spawn/Clocsure/."
- "examples/."
- "Spawn/Closure/."
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<whitelist>
<directory suffix=".php">Spawn/</directory>
<exclude>
<directory suffix=".php">Spawn/Clocsure/</directory>
<directory suffix=".php">Spawn/Closure/</directory>
<file>./Spawn/Container.php</file>
<file>./Spawn/UVContainer.php</file>
<file>./Spawn/UV.php</file>
<file>./Spawn/UVFunctions.php</file>
<file>./Spawn/UVHandles.php</file>
<file>./Spawn/Uv/UV.php</file>
<file>./Spawn/Uv/UVFunctions.php</file>
<file>./Spawn/Uv/UVHandles.php</file>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit 468b237

Please sign in to comment.