mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Style
This commit is contained in:
@ -113,7 +113,6 @@ final class Coverage implements AddsOutput, HandlesArguments
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$this->output->writeln(['']);
|
||||
|
||||
return $exitCode;
|
||||
|
||||
@ -11,6 +11,7 @@ use SebastianBergmann\CodeCoverage\Node\File;
|
||||
use SebastianBergmann\Environment\Runtime;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
use Symfony\Component\Console\Terminal;
|
||||
|
||||
use function Termwind\render;
|
||||
use function Termwind\renderUsing;
|
||||
|
||||
@ -121,7 +122,6 @@ final class Coverage
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
$totalCoverageAsString = $totalCoverage->asFloat() === 0.0
|
||||
? '0.0'
|
||||
: number_format($totalCoverage->asFloat(), 1, '.', '');
|
||||
|
||||
Reference in New Issue
Block a user