datactive / bigbang

Scientific analysis of collaborative communities
http://datactive.github.io/bigbang/
MIT License
149 stars 52 forks source link

Moving around library code into ingress/analysis/visualizetion submodules #540

Closed sbenthall closed 2 years ago

sbenthall commented 2 years ago

Except where covered by other PRs. Fixes #537

codecov-commenter commented 2 years ago

Codecov Report

Merging #540 (4c4b6ba) into main (035bc60) will decrease coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #540      +/-   ##
==========================================
- Coverage   74.83%   74.74%   -0.10%     
==========================================
  Files          22       22              
  Lines        3052     3041      -11     
==========================================
- Hits         2284     2273      -11     
  Misses        768      768              
Flag Coverage Δ
unittests 74.74% <100.00%> (-0.10%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
bigbang/analysis/entity_resolution.py 83.05% <ø> (ø)
bigbang/analysis/process.py 44.69% <ø> (ø)
bigbang/analysis/thread.py 68.67% <ø> (ø)
tests/unit/test_archive.py 95.12% <ø> (-0.63%) :arrow_down:
bigbang/analysis/repo_loader.py 47.43% <100.00%> (ø)
bigbang/archive.py 71.01% <100.00%> (ø)
bigbang/ingress/git_repo.py 69.36% <100.00%> (ø)
bigbang/ingress/mailman.py 61.42% <100.00%> (ø)
bigbang/w3crawl.py 91.20% <100.00%> (ø)
tests/unit/test_bigbang.py 97.88% <100.00%> (ø)
... and 1 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 035bc60...4c4b6ba. Read the comment docs.

sbenthall commented 2 years ago

Tests are passing and there's no pushback so I'll merge by the end of the day.