fre5h / DoctrineEnumBundle

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

Update orm 3.0 #239

Closed mfadul24 closed 7 months ago

mfadul24 commented 7 months ago

Solves #237

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (588c8cd) to head (fed2a29).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #239 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 104 104 =========================================== Files 12 12 Lines 289 289 =========================================== Hits 289 289 ``` | [Flag](https://app.codecov.io/gh/fre5h/DoctrineEnumBundle/pull/239/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Artem+Henvald) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/fre5h/DoctrineEnumBundle/pull/239/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Artem+Henvald) | `100.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Artem+Henvald#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fre5h commented 7 months ago

@mfadul24 Thank you!