Skip to content

[general] Updating GA config (#108) #209

[general] Updating GA config (#108)

[general] Updating GA config (#108) #209

Re-run triggered May 2, 2023 22:22
Status Success
Total duration 2m 19s
Artifacts 1

ci.yaml

on: push
Matrix: Code quality assurance
Matrix: Code static analysis
Matrix: Code linting
Matrix: Test for mutants
Matrix: Code tests
Matrix: Code tests with code coverage
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
Code linting (8.1, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code linting (8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code quality assurance (8.1, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code static analysis (8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code static analysis (8.1, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code quality assurance (8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test for mutants (8.2, ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Test for mutants (8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L63
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L74
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L76
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L78
Escaped Mutant for Mutator "ArrayItem": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' > Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L79
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L86
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(false), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L87
Escaped Mutant for Mutator "ArrayItem": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' > Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L88
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L64
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L104
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $builder = $this->getContainerBuilder(); $configuration = $this->getConfig(); assert($configuration instanceof stdClass); - $builder->addDefinition($this->prefix('routing.responseFactory'), new DI\Definitions\ServiceDefinition())->setType(Http\ResponseFactory::class); + $builder->addDefinition($this->prefix('routing.router'), new DI\Definitions\ServiceDefinition())->setType(Router\Router::class); $builder->addDefinition($this->prefix('commands.server'), new DI\Definitions\ServiceDefinition())->setType(Commands\HttpServer::class)->setArguments(['serverAddress' => $configuration->server->address, 'serverPort' => $configuration->server->port, 'serverCertificate' => $configuration->server->certificate]); $builder->addDefinition($this->prefix('middlewares.cors'), new DI\Definitions\ServiceDefinition())->setType(Middleware\Cors::class)->setArguments(['enabled' => $configuration->cors->enabled, 'allowOrigin' => $configuration->cors->allow->origin, 'allowMethods' => $configuration->cors->allow->methods, 'allowCredentials' => $configuration->cors->allow->credentials, 'allowHeaders' => $configuration->cors->allow->headers]);
Test for mutants (8.2, ubuntu-latest): src/DI/WebServerExtension.php#L107
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $configuration = $this->getConfig(); assert($configuration instanceof stdClass); $builder->addDefinition($this->prefix('routing.responseFactory'), new DI\Definitions\ServiceDefinition())->setType(Http\ResponseFactory::class); - $builder->addDefinition($this->prefix('routing.router'), new DI\Definitions\ServiceDefinition())->setType(Router\Router::class); + $builder->addDefinition($this->prefix('commands.server'), new DI\Definitions\ServiceDefinition())->setType(Commands\HttpServer::class)->setArguments(['serverAddress' => $configuration->server->address, 'serverPort' => $configuration->server->port, 'serverCertificate' => $configuration->server->certificate]); $builder->addDefinition($this->prefix('middlewares.cors'), new DI\Definitions\ServiceDefinition())->setType(Middleware\Cors::class)->setArguments(['enabled' => $configuration->cors->enabled, 'allowOrigin' => $configuration->cors->allow->origin, 'allowMethods' => $configuration->cors->allow->methods, 'allowCredentials' => $configuration->cors->allow->credentials, 'allowHeaders' => $configuration->cors->allow->headers]); $builder->addDefinition($this->prefix('middlewares.staticFiles'), new DI\Definitions\ServiceDefinition())->setType(Middleware\StaticFiles::class)->setArgument('publicRoot', $configuration->static->publicRoot)->setArgument('enabled', $configuration->static->enabled);
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L66
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(true)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L68
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L70
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(7999), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L70
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8001), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L71
Escaped Mutant for Mutator "ArrayItem": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' > Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L74
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L75
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(true), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L76
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest): src/DI/WebServerExtension.php#L78
Escaped Mutant for Mutator "ArrayItem": --- Original +++ New @@ @@ } public function getConfigSchema() : Schema\Schema { - return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' => Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); + return Schema\Expect::structure(['static' => Schema\Expect::structure(['publicRoot' => Schema\Expect::string(null)->nullable(), 'enabled' => Schema\Expect::bool(false)]), 'server' => Schema\Expect::structure(['address' => Schema\Expect::string('127.0.0.1'), 'port' => Schema\Expect::int(8000), 'certificate' => Schema\Expect::string()->nullable()]), 'cors' => Schema\Expect::structure(['enabled' => Schema\Expect::bool(false), 'allow' => Schema\Expect::structure(['origin' => Schema\Expect::string('*'), 'methods' > Schema\Expect::arrayOf('string')->default([RequestMethodInterface::METHOD_GET, RequestMethodInterface::METHOD_POST, RequestMethodInterface::METHOD_PATCH, RequestMethodInterface::METHOD_DELETE, RequestMethodInterface::METHOD_OPTIONS]), 'credentials' => Schema\Expect::bool(true), 'headers' => Schema\Expect::arrayOf('string')->default(['Content-Type', 'Authorization', 'X-Requested-With'])])])]); } public function loadConfiguration() : void {
Test for mutants (8.1, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code tests (8.1, ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Code tests (8.1, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code tests (8.2, ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Code tests (8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code tests (8.1, windows-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Code tests (8.1, windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code tests (8.2, windows-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Code tests (8.2, windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code tests (8.2, macos-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Code tests (8.2, macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code tests (8.1, macos-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Code tests (8.1, macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code tests with code coverage (8.1, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code tests with code coverage (8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
Logs - Mutations Expired
111 KB