-
Notifications
You must be signed in to change notification settings - Fork 235
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 async support to neomodel #783
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rc/5.3.0 #783 +/- ##
============================================
- Coverage 89.43% 82.02% -7.41%
============================================
Files 22 32 +10
Lines 2669 4429 +1760
============================================
+ Hits 2387 3633 +1246
- Misses 282 796 +514 ☔ View full report in Codecov by Sentry. |
!!!!!!! The integration tests pipeline was fully successful for the first time since starting the work on async !!!!!!! It should be ready soon ! |
Quality Gate failedFailed conditions |
Introducing support for asynchronous programming to neomodel required to introduce some breaking changes:
from neomodel import db
withfrom neomodel.sync_.core import db
neomodel_install_labels
command instead.