Skip to content

Schedule CI

Schedule CI #209

Triggered via schedule February 11, 2024 04:14
Status Success
Total duration 3m 43s
Artifacts 4

schedule-ci.yml

on: schedule
Matrix: Code Coverage
Matrix: Infection
Matrix: PhpMetrics
Reports
5s
Reports
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Infection (ubuntu-latest, 8.3): src/LoadTools/FastExecution.php#L52
Escaped Mutant for Mutator "Continue_": --- Original +++ New @@ @@ foreach ($configurationFile->getToolsConfiguration() as $tool) { if (!in_array($tool->getTool(), self::ACCELERABLE_TOOLS)) { $tools[] = $tool; - continue; + break; } $originalPaths = $tool->getPaths(); $modifiedFiles = $this->fileUtils->getModifiedFiles();
Infection (ubuntu-latest, 8.3): src/Tools/Process/Execution/MultiProcessesExecution.php#L40
Escaped Mutant for Mutator "CastString": --- Original +++ New @@ @@ $this->numberOfRunnedProcesses = $this->finishExecution($process, $toolName); } } catch (ProcessTimedOutException $th) { - $toolName = (string) array_search($th->getProcess(), $this->processes); + $toolName = array_search($th->getProcess(), $this->processes); $this->numberOfRunnedProcesses = $this->finishExecution($th->getProcess(), $toolName, $th->getMessage()); } } while ($totalProcesses > $this->numberOfRunnedProcesses);
Infection (ubuntu-latest, 8.3): src/Tools/Tool/CodeSniffer/CodeSniffer.php#L61
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ case self::IGNORE_ERRORS_ON_EXIT: break; default: - $command .= ' ' . $this->args[self::OTHER_ARGS_OPTION]; + $command .= $this->args[self::OTHER_ARGS_OPTION]; break; } }
Infection (ubuntu-latest, 8.3): src/Tools/Tool/SecurityChecker.php#L49
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ case self::IGNORE_ERRORS_ON_EXIT: break; default: - $command .= ' ' . $this->args[self::OTHER_ARGS_OPTION]; + $command .= ' '; break; } }

Artifacts

Produced during runtime
Name Size
CodeCoverage Expired
1.32 MB
GitHooks Metrics - 11-02-2024 Expired
1.84 MB
Infection Expired
153 KB
PhPMetrics Expired
377 KB