djotaku / ELDonationTracker

A Python-based donation tracker for Extra Life streams
http://djotaku.github.io/ELDonationTracker/
GNU General Public License v3.0
14 stars 2 forks source link

7.0 #173

Closed djotaku closed 3 years ago

djotaku commented 3 years ago

close #172

codecov[bot] commented 3 years ago

Codecov Report

Merging #173 (4773df4) into master (6cba2a7) will decrease coverage by 1.59%. The diff coverage is 96.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #173      +/-   ##
==========================================
- Coverage   97.67%   96.07%   -1.60%     
==========================================
  Files          17       17              
  Lines        1589     1147     -442     
  Branches       58       39      -19     
==========================================
- Hits         1552     1102     -450     
- Misses         31       39       +8     
  Partials        6        6              
Impacted Files Coverage Δ
eldonationtracker/api/participant.py 66.21% <81.81%> (-23.25%) :arrow_down:
eldonationtracker/__init__.py 100.00% <100.00%> (ø)
eldonationtracker/api/team.py 100.00% <100.00%> (ø)
eldonationtracker/tests/test_participant.py 100.00% <100.00%> (ø)
eldonationtracker/tests/test_team.py 100.00% <100.00%> (ø)
eldonationtracker/utils/extralife_io.py 87.85% <100.00%> (-9.29%) :arrow_down:
eldonationtracker/api/donation.py 92.50% <0.00%> (-7.50%) :arrow_down:

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 6cba2a7...4773df4. Read the comment docs.