Skip to content

AsyncRelationshipManager.get and .get_or_none should be async #847

Codecov / codecov/project succeeded Dec 13, 2024 in 0s

92.20% (-0.55%) compared to 058f5b8, passed because coverage increased by 0.21% when compared to adjusted base (91.98%)

View this Pull Request on Codecov

92.20% (-0.55%) compared to 058f5b8, passed because coverage increased by 0.21% when compared to adjusted base (91.98%)

Details

Codecov Report

Attention: Patch coverage is 93.44458% with 55 lines in your changes missing coverage. Please review.

Project coverage is 92.20%. Comparing base (058f5b8) to head (3c1e043).
Report is 2 commits behind head on rc/5.4.2.

Files with missing lines Patch % Lines
neomodel/async_/core.py 92.61% 11 Missing ⚠️
neomodel/sync_/core.py 92.71% 11 Missing ⚠️
neomodel/async_/relationship.py 81.48% 5 Missing ⚠️
neomodel/async_/relationship_manager.py 90.00% 5 Missing ⚠️
neomodel/sync_/relationship.py 81.48% 5 Missing ⚠️
neomodel/async_/match.py 95.12% 4 Missing ⚠️
neomodel/sync_/match.py 95.12% 4 Missing ⚠️
neomodel/sync_/relationship_manager.py 91.66% 4 Missing ⚠️
neomodel/properties.py 96.47% 3 Missing ⚠️
neomodel/async_/cardinality.py 92.85% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff              @@
##           rc/5.4.2     #843      +/-   ##
============================================
- Coverage     92.75%   92.20%   -0.55%     
============================================
  Files            35       35              
  Lines          5438     5633     +195     
============================================
+ Hits           5044     5194     +150     
- Misses          394      439      +45     

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