Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 authored Feb 10, 2017
1 parent 8e3bca4 commit 46837ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46837ea

Please sign in to comment.