RedisGraph / redisgraph-py

RedisGraph python client
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
189 stars 49 forks source link

Don't attempt to decode NULL graph entities #69

Closed jeffreylovitz closed 4 years ago

jeffreylovitz commented 4 years ago

Blocker for OPTIONAL MATCH.

codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will decrease coverage by 0.19%. The diff coverage is 66.66%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #69     +/-   ##
======================================
- Coverage    84.2%   84%   -0.2%     
======================================
  Files           8     8             
  Lines         538   544      +6     
======================================
+ Hits          453   457      +4     
- Misses         85    87      +2
Impacted Files Coverage Δ
redisgraph/query_result.py 81.08% <66.66%> (-0.49%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update be46c8a...697540c. Read the comment docs.