aplbrain / grand

Your favorite Python graph libraries, scalable and interoperable. Graph databases in memory, and familiar graph APIs for cloud databases.
Apache License 2.0
80 stars 6 forks source link

Add support for writing graphml files from nx dialect #40

Closed j6k4m8 closed 2 years ago

j6k4m8 commented 2 years ago

Fixes #39

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (94e87fe) into master (25dbe8e) will increase coverage by 0.12%. The diff coverage is 100.00%.

:exclamation: Current head 94e87fe differs from pull request most recent head e42c107. Consider uploading reports for the commit e42c107 to get more accurate results

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   76.08%   76.21%   +0.12%     
==========================================
  Files          18       18              
  Lines        1476     1484       +8     
==========================================
+ Hits         1123     1131       +8     
  Misses        353      353              
Impacted Files Coverage Δ
grand/dialects/__init__.py 85.97% <100.00%> (+0.26%) :arrow_up:
grand/dialects/test_dialect.py 100.00% <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 25dbe8e...e42c107. Read the comment docs.