spotify / github-java-client

A Java client to Github API
Apache License 2.0
129 stars 82 forks source link

feat: add get and update endpoints for org members #150

Closed ebk45 closed 11 months ago

ebk45 commented 11 months ago

What does this PR do?

Exposes the ability to PUT and GET organisation members

How to test?

Unit tests have been updated to reflect these changes

codecov[bot] commented 11 months ago

Codecov Report

Merging #150 (b5112dd) into master (1ffd719) will increase coverage by 0.19%. Report is 3 commits behind head on master. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #150      +/-   ##
============================================
+ Coverage     75.64%   75.83%   +0.19%     
- Complexity      279      284       +5     
============================================
  Files            42       42              
  Lines           969      985      +16     
  Branches         42       43       +1     
============================================
+ Hits            733      747      +14     
- Misses          211      212       +1     
- Partials         25       26       +1     
Files Coverage Δ
.../spotify/github/v3/clients/OrganisationClient.java 92.85% <100.00%> (+7.14%) :arrow_up:

... and 1 file with indirect coverage changes