mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Adds a little more spacing above the coverage output.
This commit is contained in:
@ -188,6 +188,7 @@ final class Runner implements RunnerInterface
|
|||||||
|
|
||||||
$reporter = new CoverageReporter($codeCoverage, $codeCoverageConfiguration);
|
$reporter = new CoverageReporter($codeCoverage, $codeCoverageConfiguration);
|
||||||
|
|
||||||
|
$this->output->writeln('');
|
||||||
$this->output->write('Generating code coverage report ... ');
|
$this->output->write('Generating code coverage report ... ');
|
||||||
|
|
||||||
$timer = new Timer();
|
$timer = new Timer();
|
||||||
|
|||||||
Reference in New Issue
Block a user