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

Colab patch2 #56

Closed eugeniashurko closed 3 years ago

eugeniashurko commented 3 years ago
codecov-io commented 3 years ago

Codecov Report

Merging #56 (76c9d82) into master (94431e9) will decrease coverage by 0.48%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   80.92%   80.44%   -0.49%     
==========================================
  Files          41       41              
  Lines        3377     3294      -83     
==========================================
- Hits         2733     2650      -83     
  Misses        644      644              
Impacted Files Coverage Δ
bluegraph/backends/neo4j/io.py 95.03% <100.00%> (-0.04%) :arrow_down:
bluegraph/core/io.py 61.78% <0.00%> (-2.33%) :arrow_down:
bluegraph/core/analyse/metrics.py 71.42% <0.00%> (-2.16%) :arrow_down:
bluegraph/core/embed/embedders.py 80.73% <0.00%> (-1.62%) :arrow_down:
bluegraph/downstream/data_structures.py 83.19% <0.00%> (-0.81%) :arrow_down:
bluegraph/core/analyse/communities.py 78.18% <0.00%> (-0.77%) :arrow_down:
bluegraph/preprocess/encoders.py 73.89% <0.00%> (-0.46%) :arrow_down:
bluegraph/core/analyse/paths.py 85.09% <0.00%> (-0.19%) :arrow_down:
bluegraph/backends/neo4j/embed/embedders.py 90.82% <0.00%> (-0.17%) :arrow_down:
bluegraph/downstream/similarity.py 81.03% <0.00%> (-0.17%) :arrow_down:
... and 4 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 94431e9...76c9d82. Read the comment docs.