Skip to content

Update codecov/codecov-action action to v5.0.6 #4558

Update codecov/codecov-action action to v5.0.6

Update codecov/codecov-action action to v5.0.6 #4558

Triggered via push November 20, 2024 22:46
Status Success
Total duration 41s
Artifacts
Matrix: Mutation tests
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Mutation tests (locked, 8.2, ubuntu-latest): src/Compiler.php#L90
Escaped Mutant for Mutator "LogicalAnd": @@ @@ $options['inline_factories'] = $options['debug'] === false; $options['inline_class_loader'] = $options['inline_factories']; $content = (new PhpDumper($container))->dump($options); - assert(is_array($content) && !array_is_list($content)); + assert(is_array($content) || !array_is_list($content)); // @phpstan-ignore return.type 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/