Skip to content

Ground rebuild#8

Merged
Baptouuuu merged 65 commits intodevelopfrom
ground-rebuild
Mar 15, 2026
Merged

Ground rebuild#8
Baptouuuu merged 65 commits intodevelopfrom
ground-rebuild

Conversation

@Baptouuuu
Copy link
Member

@Baptouuuu Baptouuuu commented Mar 7, 2026

The intent is to use the latest versions on Innmind packages to simplify the internal structure of this package.

The main change will be the use of innmind/async to replace having to manage all clients at once on the server side. Each client will be its own task.

Fix #7

@Baptouuuu Baptouuuu self-assigned this Mar 7, 2026
@codecov
Copy link

codecov bot commented Mar 7, 2026

Codecov Report

❌ Patch coverage is 97.63618% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.65%. Comparing base (ebe1626) to head (3ef6588).
⚠️ Report is 67 commits behind head on develop.

Files with missing lines Patch % Lines
src/Server/Instance.php 90.72% 9 Missing ⚠️
src/Protocol.php 94.44% 4 Missing ⚠️
src/Server/Client.php 97.08% 3 Missing ⚠️
src/Abort.php 71.42% 2 Missing ⚠️
src/IPC.php 97.01% 2 Missing ⚠️
src/Pipe.php 96.87% 2 Missing ⚠️
src/Process/Name.php 83.33% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop       #8      +/-   ##
=============================================
+ Coverage      96.90%   97.65%   +0.75%     
+ Complexity       150      144       -6     
=============================================
  Files             21       21              
  Lines            775      982     +207     
=============================================
+ Hits             751      959     +208     
+ Misses            24       23       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Baptouuuu Baptouuuu marked this pull request as ready for review March 15, 2026 15:39
@Baptouuuu Baptouuuu merged commit e0643ff into develop Mar 15, 2026
40 checks passed
@Baptouuuu Baptouuuu deleted the ground-rebuild branch March 15, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace positive-int by int<1, max>

1 participant