sknetwork-team / scikit-network

Graph Algorithms
Other
607 stars 66 forks source link

Prepare for v0.18 #372

Closed QLutz closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #372 into master will increase coverage by 0.08%. The diff coverage is 98.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #372      +/-   ##
==========================================
+ Coverage   98.80%   98.89%   +0.08%     
==========================================
  Files         128      132       +4     
  Lines        5040     5622     +582     
==========================================
+ Hits         4980     5560     +580     
- Misses         60       62       +2     
Impacted Files Coverage Δ
sknetwork/classification/base_rank.py 100.00% <ø> (ø)
sknetwork/clustering/metrics.py 100.00% <ø> (ø)
sknetwork/data/tests/test_API.py 100.00% <ø> (ø)
sknetwork/hierarchy/metrics.py 92.94% <ø> (ø)
sknetwork/linalg/__init__.py 100.00% <ø> (ø)
sknetwork/ranking/hits.py 100.00% <ø> (+2.70%) :arrow_up:
sknetwork/ranking/postprocess.py 100.00% <ø> (ø)
sknetwork/utils/format.py 97.61% <66.66%> (ø)
sknetwork/visualization/graphs.py 95.23% <75.00%> (+3.61%) :arrow_up:
sknetwork/linalg/ppr_solver.py 96.36% <94.73%> (-3.64%) :arrow_down:
... and 68 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 f270375...950ec10. Read the comment docs.