Skip to content

Bump symfony/process from 6.3.4 to 6.4.14 #87

Bump symfony/process from 6.3.4 to 6.4.14

Bump symfony/process from 6.3.4 to 6.4.14 #87

Triggered via push November 6, 2024 17:26
Status Success
Total duration 52s
Artifacts 1

infection.yaml

on: push
infection
39s
infection
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
infection
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
infection: src/GeneratorWrapper.php#L17
Escaped Mutant for Mutator "Foreach_": --- Original +++ New @@ @@ /** @param \Iterator<int<0, max>, Type> ...$iterators */ public function rewind(\Iterator ...$iterators) : void { - foreach ($iterators as $iterator) { + foreach (array() as $iterator) { $iterator->rewind(); } }
infection: src/GeneratorWrapper.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ public function rewind(\Iterator ...$iterators) : void { foreach ($iterators as $iterator) { - $iterator->rewind(); + } } /** @param \Iterator<int<0, max>, Type> ...$iterators */
infection: src/GeneratorWrapper.php#L33
Escaped Mutant for Mutator "Foreach_": --- Original +++ New @@ @@ /** @param \Iterator<int<0, max>, Type> ...$iterators */ public function valid(\Iterator ...$iterators) : bool { - foreach ($iterators as $iterator) { + foreach (array() as $iterator) { if (!$iterator->valid()) { return false; }
infection: src/GeneratorWrapper.php#L35
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ { foreach ($iterators as $iterator) { if (!$iterator->valid()) { - return false; + return true; } } return true;
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
infection: src/Pipeline.php#L36
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ public function __construct(private readonly PipelineRunnerInterface $runner, private readonly StateInterface $state, \Iterator $source = null) { $this->source = new \AppendIterator(); - $this->source->append($source ?? new \EmptyIterator()); + $this->source->append(new \EmptyIterator() ?? $source); $this->subject = new \NoRewindIterator($this->source); } /**
infection: src/Pipeline.php#L36
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ public function __construct(private readonly PipelineRunnerInterface $runner, private readonly StateInterface $state, \Iterator $source = null) { $this->source = new \AppendIterator(); - $this->source->append($source ?? new \EmptyIterator()); + $this->subject = new \NoRewindIterator($this->source); } /**
infection: src/Pipeline.php#L82
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ $extract = $extractor->extract(); if (\is_array($extract)) { $this->source->append($this->runner->run(new \ArrayIterator($extract), $this->passThroughCoroutine(), $rejection, $state)); - } elseif ($extract instanceof \Iterator) { + } elseif (true) { $this->source->append($this->runner->run($extract, $this->passThroughCoroutine(), $rejection, $state)); } elseif ($extract instanceof \Traversable) { $this->source->append($this->runner->run(new \IteratorIterator($extract), $this->passThroughCoroutine(), $rejection, $state));
infection: src/Pipeline.php#L82
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ $extract = $extractor->extract(); if (\is_array($extract)) { $this->source->append($this->runner->run(new \ArrayIterator($extract), $this->passThroughCoroutine(), $rejection, $state)); - } elseif ($extract instanceof \Iterator) { + } elseif (false) { $this->source->append($this->runner->run($extract, $this->passThroughCoroutine(), $rejection, $state)); } elseif ($extract instanceof \Traversable) { $this->source->append($this->runner->run(new \IteratorIterator($extract), $this->passThroughCoroutine(), $rejection, $state));
infection: src/Pipeline.php#L208
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } public function walk() : \Iterator { - $this->state->initialize(); + yield from $this->subject; $this->state->teardown(); }
infection: src/Pipeline.php#L212
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { $this->state->initialize(); yield from $this->subject; - $this->state->teardown(); + } public function run(int $interval = 1000) : int {

Artifacts

Produced during runtime
Name Size
artifact
54.9 KB