Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 8d07dbc

Browse files
committed
New line
1 parent 4be56a0 commit 8d07dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/CodeCoverage/CodeCoverage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
8888

8989
$cov = $util->checkBinary('phpcov');
9090
$cmd = $cov.' merge --text --show-colors coverage';
91+
$style->newLine();
9192
$output->writeln('<info>Command: '.$cmd.'</>');
9293
$style->newLine();
9394
$process = new Process($cmd);

0 commit comments

Comments
 (0)