mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 06:13:35 +02:00
Prevent memory exhaustion when generating TIA graphs with PCOV (#1875)
* fix(tia): preserve memory limit during pcov restart * chore: update test expectations * fix: stabilize tia replay test in ci
This commit is contained in:
@@ -56,6 +56,7 @@ it('does not run user hooks when replaying cached skipped and incomplete results
|
||||
'PARATEST' => 0,
|
||||
'PAO_DISABLE' => '1',
|
||||
'HOME' => $home,
|
||||
'CI_DEFAULT_BRANCH' => $branch,
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user