Skip to content

CLI-1344: [push:artifact] support pushing to master #2389

CLI-1344: [push:artifact] support pushing to master

CLI-1344: [push:artifact] support pushing to master #2389

Triggered via pull request July 2, 2024 20:36
Status Failure
Total duration 49s
Artifacts

mutation.yml

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

Annotations

1 error and 1 warning
Mutation Testing
Process completed with exit code 1.
Mutation Testing: src/Command/Push/PushArtifactCommand.php#L183
Escaped Mutant for Mutator "GreaterThan": --- Original +++ New @@ @@ if (!$process->isSuccessful()) { throw new AcquiaCliException('Failed to clone repository from the Cloud Platform: {message}', ['message' => $process->getErrorOutput()]); } - $process = $this->localMachineHelper->execute(['git', 'fetch', '--depth=1', '--update-head-ok', $vcsUrl, $vcsPath . ':' . $vcsPath], $outputCallback, $artifactDir, $this->output->getVerbosity() > OutputInterface::VERBOSITY_NORMAL); + $process = $this->localMachineHelper->execute(['git', 'fetch', '--depth=1', '--update-head-ok', $vcsUrl, $vcsPath . ':' . $vcsPath], $outputCallback, $artifactDir, $this->output->getVerbosity() >= OutputInterface::VERBOSITY_NORMAL); if (!$process->isSuccessful()) { // Remote branch does not exist. Just create it locally. This will create // the new branch off of the current commit.