Release 1.0.2 #56
ci.yaml
on: push
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
2s
Annotations
14 warnings
Tests (ubuntu-latest, 8.0, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 7.4, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.3, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.4, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.2, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.1, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test for mutants (ubuntu-latest, 8.4):
src/DI/DataSourceExtension.php#L38
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
}
public function loadConfiguration(): void
{
- parent::loadConfiguration();
+
$loader = new DefinitionsLoader($this->compiler);
$builder = $this->getContainerBuilder();
$config = $this->config;
|
Test for mutants (ubuntu-latest, 8.4):
src/DI/DataSourceExtension.php#L67
Escaped Mutant for Mutator "FalseValue":
@@ @@
$encoderKey = $this->prefix("encoder.{$encoderName}");
$encoderDefinitions[$encoderKey] = $loader->loadDefinitionFromConfig($encoderConfig, $encoderKey);
}
- $encoderManagerDefinition = $builder->addDefinition($this->prefix('encoders.manager'))->setFactory(LazyFormatEncoderManager::class, [array_keys($encoderDefinitions)])->setType(FormatEncoderManager::class)->setAutowired(false);
+ $encoderManagerDefinition = $builder->addDefinition($this->prefix('encoders.manager'))->setFactory(LazyFormatEncoderManager::class, [array_keys($encoderDefinitions)])->setType(FormatEncoderManager::class)->setAutowired(true);
$builder->addDefinition($this->prefix('dataSource'))->setFactory(DefaultDataSource::class, [$encoderManagerDefinition])->setType(DataSource::class);
}
/**
|
Test for mutants (ubuntu-latest, 8.4):
src/DI/DataSourceExtension.php#L84
Escaped Mutant for Mutator "FalseValue":
@@ @@
{
$builder = $this->getContainerBuilder();
$definitionName = $this->prefix("encoder.{$encoderName}");
- return $builder->addDefinition($definitionName)->setFactory($className)->setAutowired(false);
+ return $builder->addDefinition($definitionName)->setFactory($className)->setAutowired(true);
}
}
|
Coding standard (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
|
Static analysis (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
|
Code coverage finish (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
|
Status check - CI
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 | |
---|---|---|
Logs - Mutations
|
694 Bytes |
|