This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Fetch user activity from GitHub using httpx & asyncio #355
Merged
alysivji
merged 20 commits into
busy-beaver-dev:master
from
alysivji:352/async-github-calls
Aug 28, 2021
Merged
Fetch user activity from GitHub using httpx & asyncio #355
alysivji
merged 20 commits into
busy-beaver-dev:master
from
alysivji:352/async-github-calls
Aug 28, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this do
AsyncGitHubClient
that useshttpx
andasyncio
to fetch data asynchronouslyGitHubClient
to the one function that is usedhttpx
post_github_summary_message
task by inlining each of the stepsWhy are we doing this
Part of #352
How should this be tested
Migrations
n/a
Dependencies
n/a
Callouts