laravel-doctrine / orm

An integration library for Laravel and Doctrine ORM
MIT License
829 stars 177 forks source link

Handle deprecations #549

Closed eigan closed 1 year ago

eigan commented 1 year ago

See updated UPGRADE.md

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.78 :warning:

Comparison is base (032a639) 67.66% compared to head (a22e68a) 66.88%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.0 #549 +/- ## ============================================ - Coverage 67.66% 66.88% -0.78% + Complexity 589 563 -26 ============================================ Files 91 83 -8 Lines 1899 1806 -93 ============================================ - Hits 1285 1208 -77 + Misses 614 598 -16 ``` | [Impacted Files](https://app.codecov.io/gh/laravel-doctrine/orm/pull/549?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/Configuration/MetaData/Annotations.php](https://app.codecov.io/gh/laravel-doctrine/orm/pull/549?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbmZpZ3VyYXRpb24vTWV0YURhdGEvQW5ub3RhdGlvbnMucGhw) | `100.00% <ø> (ø)` | | | [src/Configuration/MetaData/SimplifiedYaml.php](https://app.codecov.io/gh/laravel-doctrine/orm/pull/549?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbmZpZ3VyYXRpb24vTWV0YURhdGEvU2ltcGxpZmllZFlhbWwucGhw) | `100.00% <ø> (ø)` | | | [src/Configuration/MetaData/Yaml.php](https://app.codecov.io/gh/laravel-doctrine/orm/pull/549?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbmZpZ3VyYXRpb24vTWV0YURhdGEvWWFtbC5waHA=) | `100.00% <ø> (ø)` | | | [src/EntityManagerFactory.php](https://app.codecov.io/gh/laravel-doctrine/orm/pull/549?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0VudGl0eU1hbmFnZXJGYWN0b3J5LnBocA==) | `95.54% <ø> (-0.13%)` | :arrow_down: | | [src/Auth/Passwords/DoctrineTokenRepository.php](https://app.codecov.io/gh/laravel-doctrine/orm/pull/549?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0F1dGgvUGFzc3dvcmRzL0RvY3RyaW5lVG9rZW5SZXBvc2l0b3J5LnBocA==) | `95.00% <100.00%> (ø)` | | | [src/IlluminateRegistry.php](https://app.codecov.io/gh/laravel-doctrine/orm/pull/549?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0lsbHVtaW5hdGVSZWdpc3RyeS5waHA=) | `77.87% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.