datactive / bigbang

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

Logging convention #546

Closed Christovis closed 2 years ago

Christovis commented 2 years ago

This PR will ensure a logging standard for the ingress of mailman, listserv, w3c archives and addresses issue #353

codecov-commenter commented 2 years ago

Codecov Report

Merging #546 (8860639) into main (506ca42) will increase coverage by 0.04%. The diff coverage is 82.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #546      +/-   ##
==========================================
+ Coverage   75.13%   75.18%   +0.04%     
==========================================
  Files          27       27              
  Lines        3302     3308       +6     
==========================================
+ Hits         2481     2487       +6     
  Misses        821      821              
Flag Coverage Δ
unittests 75.18% <82.75%> (+0.04%) :arrow_up:

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

Impacted Files Coverage Δ
bigbang/ingress/listserv.py 83.28% <0.00%> (ø)
bigbang/ingress/utils.py 70.00% <50.00%> (-0.52%) :arrow_down:
bigbang/ingress/w3c.py 77.00% <50.00%> (+0.38%) :arrow_up:
bigbang/bigbang_io.py 82.25% <100.00%> (+0.14%) :arrow_up:
bigbang/ingress/abstract.py 85.55% <100.00%> (ø)
tests/ingress/test_listserv.py 90.69% <100.00%> (+0.07%) :arrow_up:
tests/ingress/test_w3c.py 100.00% <100.00%> (ø)
tests/unit/test_listserv.py 100.00% <100.00%> (ø)

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 506ca42...8860639. Read the comment docs.