From cb23acd551371cdf7833505c387b64f5d9f733e3 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Tue, 19 Sep 2023 03:00:57 -0500 Subject: [PATCH] Corrects the default message on the Coveralls badge --- src/Documentation/Badges/BadgeCoveralls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Documentation/Badges/BadgeCoveralls.php b/src/Documentation/Badges/BadgeCoveralls.php index a9ae4f0..9caf1b3 100644 --- a/src/Documentation/Badges/BadgeCoveralls.php +++ b/src/Documentation/Badges/BadgeCoveralls.php @@ -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);