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 igraph tests to CI #33

Closed j6k4m8 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #33 (ccdac0b) into master (eb2c156) will increase coverage by 6.03%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   61.00%   67.04%   +6.03%     
==========================================
  Files          18       18              
  Lines        1313     1326      +13     
==========================================
+ Hits          801      889      +88     
+ Misses        512      437      -75     
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
grand/backends/test_backends.py 95.23% <71.42%> (-0.83%) :arrow_down:
grand/backends/_igraph.py 86.84% <100.00%> (+86.84%) :arrow_up:
grand/backends/__init__.py 75.00% <0.00%> (-12.50%) :arrow_down:
grand/backends/_networkit.py 26.82% <0.00%> (+23.17%) :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 eb2c156...ccdac0b. Read the comment docs.