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