Skip to content

Merge pull request #538 from lcobucci/support-profile-specific-config… #4499

Merge pull request #538 from lcobucci/support-profile-specific-config…

Merge pull request #538 from lcobucci/support-profile-specific-config… #4499

Triggered via push November 10, 2024 21:22
Status Success
Total duration 31s
Artifacts
Matrix: Mutation tests
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Mutation tests (locked, 8.2, ubuntu-latest)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.6.0/dist/codecov' failed with exit code 1
Mutation tests (locked, 8.2, ubuntu-latest): src/Compiler.php#L85
Escaped Mutant for Mutator "Identical": @@ @@ $options['debug'] = $container->getParameter('app.devmode'); $options['as_files'] = true; $options['inline_factories'] = $options['debug'] === false; - $options['inline_class_loader'] = $options['debug'] === false; + $options['inline_class_loader'] = $options['debug'] !== false; $content = (new PhpDumper($container))->dump($options); assert(is_array($content)); return $content;
Mutation tests (locked, 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/