Skip to content

CLI-1181: [pull:code] disable scripts for build branches #1913

CLI-1181: [pull:code] disable scripts for build branches

CLI-1181: [pull:code] disable scripts for build branches #1913

Triggered via pull request October 25, 2023 21:42
Status Success
Total duration 4m 54s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
4m 44s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Mutation Testing: src/Command/Pull/PullCommandBase.php#L522
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $this->io->note('Composer dependencies already installed. Skipping composer install.'); return; } - $this->checklist->addItem("Installing Composer dependencies"); + $this->composerInstall($outputCallback); $this->checklist->completePreviousItem(); }
Mutation Testing: src/Command/Pull/PullCommandBase.php#L524
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } $this->checklist->addItem("Installing Composer dependencies"); $this->composerInstall($outputCallback); - $this->checklist->completePreviousItem(); + } private function determineSite(string|\AcquiaCloudApi\Response\EnvironmentResponse|array $environment, InputInterface $input) : mixed {