BlueBrain / BlueGraph

Python framework for graph analytics and co-occurrence analysis
https://bluegraph.readthedocs.io
Apache License 2.0
31 stars 5 forks source link

Hotfix/core neo4j io #76

Closed eugeniashurko closed 3 years ago

eugeniashurko commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #76 (b59ce59) into master (906609c) will decrease coverage by 0.32%. The diff coverage is 69.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   81.09%   80.76%   -0.33%     
==========================================
  Files          41       41              
  Lines        3623     3645      +22     
==========================================
+ Hits         2938     2944       +6     
- Misses        685      701      +16     
Impacted Files Coverage Δ
bluegraph/backends/neo4j/analyse/metrics.py 72.09% <ø> (ø)
bluegraph/backends/neo4j/analyse/paths.py 80.55% <ø> (ø)
bluegraph/backends/neo4j/embed/embedders.py 90.99% <ø> (ø)
bluegraph/backends/neo4j/io.py 91.53% <33.33%> (-0.58%) :arrow_down:
bluegraph/core/io.py 63.89% <72.41%> (-0.89%) :arrow_down:
bluegraph/preprocess/encoders.py 74.34% <100.00%> (+0.11%) :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 2536c28...b59ce59. Read the comment docs.