Skip to content

Schedule CI

Schedule CI #220

Triggered via schedule July 7, 2024 04:09
Status Success
Total duration 5m 52s
Artifacts 4

schedule-ci.yml

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

Annotations

2 warnings
Infection (ubuntu-latest, 8.3): src/ConfigurationFile/ConfigurationFile.php#L107
Escaped Mutant for Mutator "CatchBlockRemoval": @@ @@ if (!$toolConfiguration->isEmptyWarnings()) { $this->toolsWarnings = array_merge($this->toolsWarnings, $toolConfiguration->getWarnings()); } - } catch (ToolIsNotSupportedException $ex) { - $this->toolsWarnings[] = "The tool {$toolName} is not supported by GitHooks."; } catch (ToolConfigurationDataIsNullException $ex) { $this->toolsErrors[] = "The tag '{$toolName}' is empty."; }
Infection (ubuntu-latest, 8.3): 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()]; } } }

Artifacts

Produced during runtime
Name Size
CodeCoverage Expired
1.36 MB
GitHooks Metrics - 07-07-2024 Expired
1.89 MB
Infection Expired
157 KB
PhPMetrics Expired
380 KB