Schedule CI #220
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 |
|