Skip to content

Implement process factory#26

Merged
uuf6429 merged 2 commits into
mainfrom
implement-process-factory
Jun 13, 2026
Merged

Implement process factory#26
uuf6429 merged 2 commits into
mainfrom
implement-process-factory

Conversation

@uuf6429

@uuf6429 uuf6429 commented Jun 13, 2026

Copy link
Copy Markdown
Owner

This changes makes it possible to replace process handling with a custom implementation. It also makes unit tests lighter and truly limited to a unit. Additionally, this fixes #4 and #10.

@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (418965b) to head (837065c).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##               main       #26      +/-   ##
=============================================
+ Coverage     95.98%   100.00%   +4.01%     
- Complexity      172       173       +1     
=============================================
  Files            18        20       +2     
  Lines           548       531      -17     
=============================================
+ Hits            526       531       +5     
+ Misses           22         0      -22     
Flag Coverage Δ
Linux-php-7.4 100.00% <100.00%> (+4.39%) ⬆️
Linux-php-8.0 100.00% <100.00%> (+3.66%) ⬆️
Linux-php-8.1 100.00% <100.00%> (+3.73%) ⬆️
Linux-php-8.2 100.00% <100.00%> (+3.73%) ⬆️
Linux-php-8.3 100.00% <100.00%> (+3.73%) ⬆️
Linux-php-8.4 100.00% <100.00%> (+3.73%) ⬆️
Linux-php-8.5 100.00% <100.00%> (+3.73%) ⬆️
Windows-php-8.4 96.73% <69.81%> (+15.91%) ⬆️
macOS-php-8.4 100.00% <100.00%> (+3.73%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@uuf6429 uuf6429 merged commit 5f2771d into main Jun 13, 2026
15 checks passed
@uuf6429 uuf6429 deleted the implement-process-factory branch June 13, 2026 08:56
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.

Reach 100% code coverage

1 participant