mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +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);
|
||||
|
||||
$this->output->writeln('');
|
||||
$this->output->write('Generating code coverage report ... ');
|
||||
|
||||
$timer = new Timer();
|
||||
|
||||
Reference in New Issue
Block a user