Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: lightweight subprocess isolation via pcntl_fork() #5751

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

wire annotations

3628c7b
Select commit
Loading
Failed to load commit list.
Open

POC: lightweight subprocess isolation via pcntl_fork() #5751

wire annotations
3628c7b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 14, 2024 in 1s

89.78% (-0.36%) compared to 53eebaa

View this Pull Request on Codecov

89.78% (-0.36%) compared to 53eebaa

Details

Codecov Report

Attention: Patch coverage is 46.91358% with 86 lines in your changes are missing coverage. Please review.

Project coverage is 89.78%. Comparing base (53eebaa) to head (3628c7b).

Files Patch % Lines
src/Util/PHP/PcntlFork.php 0.00% 82 Missing ⚠️
src/Framework/TestRunner.php 40.00% 3 Missing ⚠️
src/Framework/TestBuilder.php 96.55% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5751      +/-   ##
============================================
- Coverage     90.13%   89.78%   -0.36%     
- Complexity     6631     6679      +48     
============================================
  Files           697      701       +4     
  Lines         20026    20175     +149     
============================================
+ Hits          18051    18114      +63     
- Misses         1975     2061      +86     

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