RedisGraph / redisgraph-py

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

Add support for read_only queries #101

Closed gkorland closed 3 years ago

gkorland commented 3 years ago

fix #99

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (6957e55) into master (fadc330) will increase coverage by 0.00%. The diff coverage is 88.88%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   85.24%   85.24%           
=======================================
  Files           9        9           
  Lines         664      671    +7     
=======================================
+ Hits          566      572    +6     
- Misses         98       99    +1     
Impacted Files Coverage Δ
test.py 98.41% <85.71%> (-0.49%) :arrow_down:
redisgraph/graph.py 88.32% <100.00%> (ø)

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 fadc330...6957e55. Read the comment docs.