diff --git a/functions.php b/functions.php index 22947c5..2cf7676 100644 --- a/functions.php +++ b/functions.php @@ -82,7 +82,7 @@ function handleOutput($lines, $minimumPercentCovered) ; } - printf('%.2f% Covered%s', $percentCovered, $extra); + printf('%.2f%% Covered%s', $percentCovered, $extra); if ($percentCovered >= $minimumPercentCovered) { exit(0);