Skip to content

bump coverage

bump coverage #167

Triggered via push May 16, 2024 18:00
Status Success
Total duration 50s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
PHP 8.3 test on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.3 test on ubuntu-latest: src/Run.php#L115
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ private function assertNoSkipOverflow(string $job, MessageInterface $message) : void { if ($this->skip->contains($job)) { - throw new OverflowException(strtr($message->__toString(), ['%job%' => $job])); + throw new OverflowException(strtr($message->__toString(), [])); } } }
PHP 8.3 test on ubuntu-latest: src/Runner.php#L158
Escaped Mutant for Mutator "Continue_": --- Original +++ New @@ @@ /** @var ResponseReferenceInterface $value */ if ($value->key() === null) { $arguments[$name] = $this->run->getReturn($value->job())->mixed(); - continue; + break; } /** @var ResponseReferenceInterface $value */ $arguments[$name] = $this->run->getReturn($value->job())->array()[$value->key()];
PHP 8.2 test on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.2 test on ubuntu-latest: src/Run.php#L115
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ private function assertNoSkipOverflow(string $job, MessageInterface $message) : void { if ($this->skip->contains($job)) { - throw new OverflowException(strtr($message->__toString(), ['%job%' => $job])); + throw new OverflowException(strtr($message->__toString(), [])); } } }
PHP 8.2 test on ubuntu-latest: src/Runner.php#L158
Escaped Mutant for Mutator "Continue_": --- Original +++ New @@ @@ /** @var ResponseReferenceInterface $value */ if ($value->key() === null) { $arguments[$name] = $this->run->getReturn($value->job())->mixed(); - continue; + break; } /** @var ResponseReferenceInterface $value */ $arguments[$name] = $this->run->getReturn($value->job())->array()[$value->key()];
PHP 8.1 test on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.1 test on ubuntu-latest: src/Run.php#L115
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ private function assertNoSkipOverflow(string $job, MessageInterface $message) : void { if ($this->skip->contains($job)) { - throw new OverflowException(strtr($message->__toString(), ['%job%' => $job])); + throw new OverflowException(strtr($message->__toString(), [])); } } }
PHP 8.1 test on ubuntu-latest: src/Runner.php#L158
Escaped Mutant for Mutator "Continue_": --- Original +++ New @@ @@ /** @var ResponseReferenceInterface $value */ if ($value->key() === null) { $arguments[$name] = $this->run->getReturn($value->job())->mixed(); - continue; + break; } /** @var ResponseReferenceInterface $value */ $arguments[$name] = $this->run->getReturn($value->job())->array()[$value->key()];