RedisGraph / redisgraph-py

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

fix #107 replace mutable arguments with None #112

Closed gkorland closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #112 (b5a46e6) into master (e988cdd) will decrease coverage by 0.03%. The diff coverage is 100.00%.

:exclamation: Current head b5a46e6 differs from pull request most recent head 2851457. Consider uploading reports for the commit 2851457 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
- Coverage   85.32%   85.28%   -0.04%     
==========================================
  Files           8        9       +1     
  Lines         511      673     +162     
==========================================
+ Hits          436      574     +138     
- Misses         75       99      +24     
Impacted Files Coverage Δ
redisgraph/edge.py 64.44% <100.00%> (-33.39%) :arrow_down:
redisgraph/node.py 76.47% <100.00%> (-20.59%) :arrow_down:
test.py 98.42% <100.00%> (ø)
redisgraph/path.py 66.00% <0.00%> (-13.25%) :arrow_down:
redisgraph/util.py 88.23% <0.00%> (-6.21%) :arrow_down:
redisgraph/graph.py 88.40% <0.00%> (+0.54%) :arrow_up:
redisgraph/query_result.py 80.72% <0.00%> (+0.91%) :arrow_up:
... and 1 more

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 e988cdd...2851457. Read the comment docs.

sonarcloud[bot] commented 3 years ago

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell C 7 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information