Skip to content
Triggered via push January 12, 2025 00:06
Status Success
Total duration 3m 57s
Artifacts 4

schedule-ci.yml

on: push
Matrix: Code Coverage
Matrix: Infection
Matrix: PhpMetrics
Reports
8s
Reports
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Code Coverage (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PhpMetrics (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Infection (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Infection (ubuntu-latest, 8.4): src/ConfigurationFile/Printer/ToolsTable.php#L13
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ { public function __construct(array $tools) { - $this->headers = [ConfigurationFile::TOOLS, 'Commands']; + $this->headers = ['Commands']; foreach ($tools as $key => $tool) { $this->rows[] = [$key, $tool->prepareCommand()]; } } }
Infection (ubuntu-latest, 8.4): src/Tools/Process/Execution/MultiProcessesExecution.php#L46
Escaped Mutant for Mutator "CastString": @@ @@ $this->numberOfRunnedProcesses = $this->finishExecution($th->getProcess(), $toolName, $th->getMessage()); } catch (ProcessFailedException $th) { // dd($this->numberOfRunnedProcesses); - $toolName = (string) array_search($th->getProcess(), $this->processes); + $toolName = array_search($th->getProcess(), $this->processes); $this->numberOfRunnedProcesses = $this->finishExecution($th->getProcess(), $toolName); } catch (Throwable $th) { $this->errors->setError('Tool crash', $th->getMessage());
Infection (ubuntu-latest, 8.4): src/Tools/Process/ProcessFake.php#L46
Escaped Mutant for Mutator "Throw_": @@ @@ } $this->status = self::STATUS_STARTED; if ($this->mustRaiseException) { - throw new ProcessFailedException($this); + new ProcessFailedException($this); } } /**
Infection (ubuntu-latest, 8.4): src/Tools/Process/ProcessFake.php#L159
Escaped Mutant for Mutator "TrueValue": @@ @@ public function setFailByException(): ProcessFake { $this->isSuccessful = false; - $this->mustRaiseException = true; + $this->mustRaiseException = false; $nameTool = $this->extractToolName(); $this->outputFake = $this->errorOutputFake = "{$nameTool} fakes an exception"; $this->exitcode = 1;
Infection (ubuntu-latest, 8.4): src/Tools/Process/ProcessFake.php#L162
Escaped Mutant for Mutator "IncrementInteger": @@ @@ $this->mustRaiseException = true; $nameTool = $this->extractToolName(); $this->outputFake = $this->errorOutputFake = "{$nameTool} fakes an exception"; - $this->exitcode = 1; + $this->exitcode = 2; return $this; } public function setFailByFoundedErrors(): ProcessFake
Infection (ubuntu-latest, 8.4): src/Tools/Tool/SecurityChecker.php#L49
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ case self::IGNORE_ERRORS_ON_EXIT: break; default: - $command .= ' ' . $this->args[self::OTHER_ARGS_OPTION]; + $command .= ' '; break; } }
Infection (ubuntu-latest, 8.4): src/Tools/Tool/ToolAbstract.php#L157
Escaped Mutant for Mutator "UnwrapSubstr": @@ @@ */ protected function isWindows() { - return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN'; + return strtoupper(PHP_OS) === 'WIN'; } public function getErrors(): string {
Infection (ubuntu-latest, 8.4): src/Utils/Storage.php#L96
Escaped Mutant for Mutator "FunctionCall": @@ @@ public static function chmod($path, $mode = null) { if ($mode) { - return chmod(FacadesStorage::disk(self::$disk)->path($path), $mode); + chmod(FacadesStorage::disk(self::$disk)->path($path), $mode); + return null; } return substr(sprintf('%o', fileperms($path)), -4); } }
Reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
CodeCoverage Expired
1.44 MB
GitHooks Metrics - 12-01-2025 Expired
1.98 MB
Infection Expired
166 KB
PhPMetrics Expired
381 KB