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

Add paged version of getTeamMembers #176

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

dennisgranath
Copy link
Contributor

Github will list up to 30 team members by default when retrieving members from a team. If there is more that 30 members we need to iterate over the paged api.

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (d4a0d3c) 77.17% compared to head (14fd50b) 76.94%.

❗ Current head 14fd50b differs from pull request most recent head 6637719. Consider uploading reports for the commit 6637719 to get more accurate results

Files Patch % Lines
...java/com/spotify/github/v3/clients/TeamClient.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #176      +/-   ##
============================================
- Coverage     77.17%   76.94%   -0.23%     
  Complexity      307      307              
============================================
  Files            43       43              
  Lines          1025     1028       +3     
  Branches         44       44              
============================================
  Hits            791      791              
- Misses          209      212       +3     
  Partials         25       25              

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

@dennisgranath dennisgranath merged commit f1c654e into master Jan 15, 2024
3 checks passed
@dennisgranath dennisgranath deleted the team-client-paged-team-members branch January 15, 2024 14:22
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.

2 participants