busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Fetch user activity from GitHub using httpx & asyncio #355

Closed alysivji closed 3 years ago

alysivji commented 3 years ago

What does this do

Why are we doing this

Part of #352

How should this be tested

Migrations

n/a

Dependencies

n/a

Callouts

codecov-commenter commented 3 years ago

Codecov Report

Merging #355 (8a9c026) into master (1d2c06d) will decrease coverage by 0.15%. The diff coverage is 97.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #355      +/-   ##
==========================================
- Coverage   89.67%   89.51%   -0.16%     
==========================================
  Files          71       71              
  Lines        2509     2509              
==========================================
- Hits         2250     2246       -4     
- Misses        259      263       +4     
Impacted Files Coverage Δ
busy_beaver/app.py 86.15% <50.00%> (+0.21%) :arrow_up:
...beaver/apps/github_integration/summary/workflow.py 95.45% <95.45%> (-1.10%) :arrow_down:
busy_beaver/common/wrappers/github.py 97.24% <98.27%> (+1.83%) :arrow_up:
...y_beaver/apps/github_integration/summary/blocks.py 100.00% <100.00%> (ø)
..._beaver/apps/github_integration/summary/summary.py 95.65% <100.00%> (-4.35%) :arrow_down:
busy_beaver/clients.py 100.00% <100.00%> (ø)
busy_beaver/common/wrappers/__init__.py 100.00% <100.00%> (ø)
busy_beaver/toolbox/__init__.py 100.00% <100.00%> (ø)
busy_beaver/toolbox/helpers.py 93.75% <100.00%> (+1.44%) :arrow_up:
busy_beaver/common/wrappers/requests_client.py 88.23% <0.00%> (-8.83%) :arrow_down:
... and 2 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 1d2c06d...8a9c026. Read the comment docs.