3.0.0 #211
ericsizemore
announced in
Announcements
3.0.0
#211
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[3.0.0] - 2024-12-16
This release is mainly a bump to a PHP 8.3 requirement with some minor refactoring.
Added
Esi\CoverageCheck\CoverageCheck
andEsi\CoverageCheck\Command\CoverageCheckCommand
for ERROR and OK messages, so they are easier to update (if needed) in the future.CoverageCheckCommand
do not use the '[ERROR]' and '[OK]' prefixes as thesymfony/console
method(s) used to output these messages add the prefixes automatically.CoverageCheckCommand
also remove the extra '%' in the format as it is added in with the formatted coverage.Exceptions\FailedToGetFileContentsException
Exceptions\InvalidInputFileException
Exceptions\NotAValidCloverFileException
Exceptions\ThresholdOutOfBoundsException
Changed
final
, and theUtils
class made abstract since it is never instantiated (all static methods).coverage-check
file moved tobin/coverage-check
^12.0-dev
until official release).phpstan-baseline.neon
as it doesn't seem to understandxpath()
's ability to possibly returnnull
orfalse
.continuous-integration.yml
.Full Changelog: 2.0.2...3.0.0
This discussion was created from the release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions