Skip to content

Commit

Permalink
Corrects the default message on the Coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Sep 19, 2023
1 parent f110297 commit cb23acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documentation/Badges/BadgeCoveralls.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class BadgeCoveralls extends Badge {

protected function init() : void {
$this->setOptionDefault(self::OPT_BRANCH, null);
$this->setOptionDefault(self::OPT_ALT, 'Build Status');
$this->setOptionDefault(self::OPT_ALT, 'Coverage Status');

$this->requireOption(self::OPT_NAME);
$name = $this->getOption(self::OPT_NAME);
Expand Down

0 comments on commit cb23acd

Please sign in to comment.