Skip to content

Commit

Permalink
chore: ignore code coverage for enabling TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 27, 2022
1 parent 0114584 commit 61274fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Command/ProcessCommand.php
Expand Up @@ -66,7 +66,7 @@ protected function doExecute(InputInterface $input, OutputInterface $output): in
}

if (DIRECTORY_SEPARATOR !== '\\' && Process::isTtySupported()) {
$process->setTty(true);
$process->setTty(true); // @codeCoverageIgnore
}

$process->start();
Expand Down

0 comments on commit 61274fb

Please sign in to comment.