RedisGraph / redisgraph-py

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

update internal cached mapping upon graph version change #94

Closed swilly22 closed 3 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #94 (07e677f) into master (94e2631) will increase coverage by 0.25%. The diff coverage is 90.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   84.98%   85.24%   +0.25%     
==========================================
  Files           8        9       +1     
  Lines         586      664      +78     
==========================================
+ Hits          498      566      +68     
- Misses         88       98      +10     
Impacted Files Coverage Δ
redisgraph/query_result.py 80.72% <78.37%> (+1.05%) :arrow_up:
redisgraph/graph.py 88.32% <91.83%> (-6.13%) :arrow_down:
redisgraph/exceptions.py 100.00% <100.00%> (ø)
test.py 98.90% <100.00%> (+0.27%) :arrow_up:

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 94e2631...07e677f. Read the comment docs.