mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
Fixes coverage size
This commit is contained in:
@ -85,7 +85,7 @@ final class Coverage
|
||||
|
||||
$totalWidth = (new Terminal())->getWidth();
|
||||
|
||||
$dottedLineLength = $totalWidth <= 70 ? $totalWidth : 70;
|
||||
$dottedLineLength = $totalWidth - 6;
|
||||
|
||||
$totalCoverage = $codeCoverage->getReport()->percentageOfExecutedLines();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user