-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add PaginationList
to improve how we deal with pagination
#425
Conversation
f9f408a
to
ec7ed3c
Compare
Codecov Report
@@ Coverage Diff @@
## main #425 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 6 +1
Lines 476 500 +24
Branches 35 40 +5
=========================================
+ Hits 476 500 +24
Continue to review full report at Codecov.
|
ec7ed3c
to
6cbed53
Compare
4392f1f
to
3ec29ed
Compare
42454b8
to
b2c3cad
Compare
d149980
to
53f4bcb
Compare
88ee527
to
56e9a2a
Compare
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 1.83%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
PaginationList
to improve how we deal with pagination
Inspired by pagination from PyGithub and I liked how they do it
PaginationList
class with basic features: iterable + total countFix #137