-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Description
| Q | A |
|---|---|
| php-code-coverage version | 9.2.8 |
Coverage reports generated by 9.2.8 show a version number of 9.2.7 because the 9.2.8 release does not include an update to src/Version.php:
php-code-coverage/src/Version.php
Lines 22 to 29 in cf04e88
| public static function id(): string | |
| { | |
| if (self::$version === null) { | |
| self::$version = (new VersionId('9.2.7', dirname(__DIR__)))->getVersion(); | |
| } | |
| return self::$version; | |
| } |
I don't know if there are potentially other ramifications of that.
Metadata
Metadata
Assignees
Labels
No labels