Skip to content

add multi label support #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 21, 2021
Merged

add multi label support #144

merged 10 commits into from
Oct 21, 2021

Conversation

AviAvni
Copy link
Contributor

@AviAvni AviAvni commented Oct 17, 2021

No description provided.

@codecov
Copy link

codecov bot commented Oct 19, 2021

Codecov Report

Merging #144 (3a7b34e) into master (5a2b7e9) will increase coverage by 0.52%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
+ Coverage   85.66%   86.18%   +0.52%     
==========================================
  Files           8        8              
  Lines         530      543      +13     
==========================================
+ Hits          454      468      +14     
+ Misses         76       75       -1     
Impacted Files Coverage Δ
redisgraph/node.py 97.77% <100.00%> (+0.71%) ⬆️
redisgraph/query_result.py 81.05% <100.00%> (+0.16%) ⬆️
redisgraph/graph.py 87.85% <0.00%> (+0.71%) ⬆️

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 5a2b7e9...3a7b34e. Read the comment docs.

@@ -11,7 +11,17 @@ def __init__(self, node_id=None, alias=None, label=None, properties=None):
"""
self.id = node_id
self.alias = alias
self.label = label
if label is None or (isinstance(label, list) and len(label) == 0):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handle the case where label = ""

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    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
0.0% 0.0% Duplication

@swilly22 swilly22 merged commit d126865 into master Oct 21, 2021
@swilly22 swilly22 deleted the multi-label branch October 21, 2021 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants