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

feat: add support for /users/merge endpoint #47

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

antonioturdo
Copy link
Collaborator

@antonioturdo antonioturdo commented Aug 1, 2023

🚨 Proposed changes

Add support for /users/merge endpoint

Resolve #41

⚙️ Types of changes

  • New feature (non-breaking change which adds functionality)
  • Bugfix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)
  • Refactor

@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (228be73) 99.55% compared to head (de9ef2c) 99.57%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #47      +/-   ##
============================================
+ Coverage     99.55%   99.57%   +0.01%     
- Complexity      478      490      +12     
============================================
  Files           135      138       +3     
  Lines           908      931      +23     
============================================
+ Hits            904      927      +23     
  Misses            4        4              
Files Changed Coverage Δ
src/Endpoint/Users.php 100.00% <100.00%> (ø)
src/Object/Users/MergeIdentifier.php 100.00% <100.00%> (ø)
src/Object/Users/MergeUpdate.php 100.00% <100.00%> (ø)
src/Request/Users/MergeRequest.php 100.00% <100.00%> (ø)

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

@antonioturdo antonioturdo merged commit f7c30ad into main Aug 2, 2023
6 checks passed
@JellyBellyDev JellyBellyDev deleted the feat/merge-users branch August 2, 2023 13: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.

Missing users/merge
2 participants