Skip to content

Parallel test execution#6784

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

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

Run the repetitions of a repeated test and the attempts of a retried …

cf8f973
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 7, 2026 in 0s

97.73% (+0.01%) compared to 2c196cd

View this Pull Request on Codecov

97.73% (+0.01%) compared to 2c196cd

Details

Codecov Report

❌ Patch coverage is 98.03922% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.73%. Comparing base (2c196cd) to head (cf8f973).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/Event/Dispatcher/CollectingDispatcher.php 9.09% 10 Missing ⚠️
src/Event/Facade.php 76.47% 4 Missing ⚠️
...ramework/TestRunner/ChildProcessResultEnvelope.php 90.90% 1 Missing ⚠️
src/Runner/Phpt/TestCase.php 97.14% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6784      +/-   ##
============================================
+ Coverage     97.72%   97.73%   +0.01%     
- Complexity     9059     9289     +230     
============================================
  Files           892      903      +11     
  Lines         27814    28557     +743     
============================================
+ Hits          27181    27911     +730     
- Misses          633      646      +13     

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