Skip to content

Commit 61274fb

Browse files
committed
chore: ignore code coverage for enabling TTY
1 parent 0114584 commit 61274fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Composer/Command/ProcessCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function doExecute(InputInterface $input, OutputInterface $output): in
6666
}
6767

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

7272
$process->start();

0 commit comments

Comments
 (0)