Adds a little more spacing above the coverage output.

This commit is contained in:
luke
2021-08-06 15:15:09 +01:00
parent 7524c80af6
commit 31d1b1b91d

View File

@ -188,6 +188,7 @@ final class Runner implements RunnerInterface
$reporter = new CoverageReporter($codeCoverage, $codeCoverageConfiguration);
$this->output->writeln('');
$this->output->write('Generating code coverage report ... ');
$timer = new Timer();