Skip to content
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

Fix redundant requests AbstractApi::retrieveData() #440

Draft
wants to merge 1 commit into
base: v2.x
Choose a base branch
from

Conversation

Art4
Copy link
Collaborator

@Art4 Art4 commented Jan 21, 2025

Fixes #436.

@Art4 Art4 added this to the v2.8.0 milestone Jan 21, 2025
@Art4 Art4 self-assigned this Jan 21, 2025
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.63%. Comparing base (c94d01b) to head (6c1f1a1).

Additional details and impacted files
@@            Coverage Diff            @@
##               v2.x     #440   +/-   ##
=========================================
  Coverage     98.63%   98.63%           
  Complexity      656      656           
=========================================
  Files            29       29           
  Lines          2047     2047           
=========================================
  Hits           2019     2019           
  Misses           28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redundant request when the limit is more than the nearest multiple of hundred from the total_count
1 participant