From 468b237d83a1e6970d842ee0cb9e1656cf258851 Mon Sep 17 00:00:00 2001 From: techno-express Date: Fri, 17 Dec 2021 13:15:05 -0500 Subject: [PATCH] Move `libuv` stubs into folder, fix/update code coverage to ignore --- Spawn/{ => Uv}/UV.php | 0 Spawn/{ => Uv}/UVFunctions.php | 0 Spawn/{ => Uv}/UVHandles.php | 0 codecov.yml | 3 ++- phpunit.xml.dist | 8 ++++---- 5 files changed, 6 insertions(+), 5 deletions(-) rename Spawn/{ => Uv}/UV.php (100%) rename Spawn/{ => Uv}/UVFunctions.php (100%) rename Spawn/{ => Uv}/UVHandles.php (100%) diff --git a/Spawn/UV.php b/Spawn/Uv/UV.php similarity index 100% rename from Spawn/UV.php rename to Spawn/Uv/UV.php diff --git a/Spawn/UVFunctions.php b/Spawn/Uv/UVFunctions.php similarity index 100% rename from Spawn/UVFunctions.php rename to Spawn/Uv/UVFunctions.php diff --git a/Spawn/UVHandles.php b/Spawn/Uv/UVHandles.php similarity index 100% rename from Spawn/UVHandles.php rename to Spawn/Uv/UVHandles.php diff --git a/codecov.yml b/codecov.yml index 19cabbe..65f6e05 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,5 @@ ignore: - "tests/." - "vendor/." - - "Spawn/Clocsure/." + - "examples/." + - "Spawn/Closure/." diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6946299..2a23015 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -12,12 +12,12 @@ Spawn/ - Spawn/Clocsure/ + Spawn/Closure/ ./Spawn/Container.php ./Spawn/UVContainer.php - ./Spawn/UV.php - ./Spawn/UVFunctions.php - ./Spawn/UVHandles.php + ./Spawn/Uv/UV.php + ./Spawn/Uv/UVFunctions.php + ./Spawn/Uv/UVHandles.php