Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for doctrine/orm 3 #43

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from
Draft

Add support for doctrine/orm 3 #43

wants to merge 39 commits into from

Conversation

Firehed
Copy link
Owner

@Firehed Firehed commented Feb 11, 2024

Like doctrine/orm itself, this does include a major BC break: the default driver has moved from annotations to attributes, as the former has been removed.

Copy link

codecov bot commented Feb 11, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 39 lines in your changes missing coverage. Please review.

Project coverage is 64.10%. Comparing base (a2919db) to head (1cf47e8).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/InMemoryEntityManager.php 12.82% 34 Missing ⚠️
src/ArrayALC.php 0.00% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #43      +/-   ##
============================================
- Coverage     65.17%   64.10%   -1.08%     
- Complexity      131      133       +2     
============================================
  Files             5        6       +1     
  Lines           313      312       -1     
============================================
- Hits            204      200       -4     
- Misses          109      112       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant