fre5h / DoctrineEnumBundle

📦 Provides support of ENUM type for Doctrine in Symfony applications.
https://github.com/fre5h/DoctrineEnumBundle
MIT License
459 stars 75 forks source link

Upgrade to PHP 8.1, switch from annotations to attributes #212

Closed fre5h closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #212 (0440ffc) into main (1d2ad4e) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #212   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity       113       109    -4     
===========================================
  Files             12        12           
  Lines            267       262    -5     
===========================================
- Hits             267       262    -5     
Impacted Files Coverage Δ
Command/EnumDropCommentCommand.php 100.00% <100.00%> (ø)
DBAL/Types/AbstractEnumType.php 100.00% <100.00%> (ø)
Form/EnumTypeGuesser.php 100.00% <100.00%> (ø)
Twig/Extension/AbstractEnumTwigExtension.php 100.00% <100.00%> (ø)
Twig/Extension/ReadableEnumValueTwigExtension.php 100.00% <100.00%> (ø)
Validator/Constraints/Enum.php 100.00% <100.00%> (ø)
Validator/Constraints/EnumValidator.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1d2ad4e...0440ffc. Read the comment docs.