Skip to content

Parallel test execution#6784

Draft
sebastianbergmann wants to merge 38 commits into
mainfrom
feature/parallel-test-execution
Draft

Parallel test execution#6784
sebastianbergmann wants to merge 38 commits into
mainfrom
feature/parallel-test-execution

Share the test runner lifecycle, the dispatchers' collection window, …

908d59e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 27, 2026 in 1s

97.59% (-0.15%) compared to a2757bb

View this Pull Request on Codecov

97.59% (-0.15%) compared to a2757bb

Details

Codecov Report

❌ Patch coverage is 94.47368% with 84 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.59%. Comparing base (a2757bb) to head (908d59e).
⚠️ Report is 69 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/Runner/Parallel/TestDescriptor.php 39.83% 74 Missing ⚠️
src/TextUI/TestRunnerLifecycle.php 85.71% 4 Missing ⚠️
src/Runner/Parallel/PersistentWorker.php 98.95% 2 Missing ⚠️
src/Event/Facade.php 93.75% 1 Missing ⚠️
...ramework/TestRunner/ChildProcessResultEnvelope.php 95.00% 1 Missing ⚠️
src/Runner/Parallel/WorkerPool.php 99.05% 1 Missing ⚠️
src/TextUI/ParallelTestRunner.php 99.71% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6784      +/-   ##
============================================
- Coverage     97.74%   97.59%   -0.15%     
- Complexity     9303     9749     +446     
============================================
  Files           905      923      +18     
  Lines         28530    29872    +1342     
============================================
+ Hits          27886    29155    +1269     
- Misses          644      717      +73     

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