Skip to content

CLI-1237: Publish docs #2042

CLI-1237: Publish docs

CLI-1237: Publish docs #2042

Triggered via pull request January 10, 2024 23:05
Status Success
Total duration 44s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
33s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Testing: src/Command/Auth/AuthLoginCommand.php#L33
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $activeKeyLabel = $keys[$activeKey]['label']; $output->writeln("The following Cloud Platform API key is active: <options=bold>{$activeKeyLabel}</>"); } else { - $output->writeln('No Cloud Platform API key is active'); + } // If keys already are saved locally, prompt to select. if ($keys && $input->isInteractive()) {