Skip to content

Commit

Permalink
Add percent sign to coverage checker output
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Sep 18, 2012
1 parent 11f97b2 commit 2ceefa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coverage-checker
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo PHP_EOL;

if ($coverage < $percentage) {
echo "\x1b[37;41m";
echo "Code coverage is {$coverage}%, which is below the accepted {$percentage}";
echo "Code coverage is {$coverage}%, which is below the accepted {$percentage}%";
echo "\x1b[0m" . PHP_EOL . PHP_EOL;
exit(1);
}
Expand Down

0 comments on commit 2ceefa9

Please sign in to comment.