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

Issue #222: Add pagination results for payments #223

Merged

Conversation

mslowiak
Copy link
Collaborator

Closes: #222

@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #223 (9bd6ecc) into master (12eedc6) will increase coverage by 0.64%.
The diff coverage is 96.96%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #223      +/-   ##
============================================
+ Coverage     68.29%   68.94%   +0.64%     
+ Complexity      207      201       -6     
============================================
  Files            31       31              
  Lines           858      863       +5     
  Branches         39       41       +2     
============================================
+ Hits            586      595       +9     
+ Misses          262      260       -2     
+ Partials         10        8       -2     
Impacted Files Coverage Δ Complexity Δ
...me/services/springdatajpa/PaymentSDJpaService.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...va/com/myhome/controllers/CommunityController.java 94.94% <100.00%> (+4.04%) 33.00 <4.00> (-4.00) ⬆️
...java/com/myhome/controllers/PaymentController.java 100.00% <100.00%> (ø) 8.00 <2.00> (-2.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12eedc6...9bd6ecc. Read the comment docs.

@mslowiak mslowiak merged commit 6f2ef4a into master Feb 18, 2021
@mslowiak mslowiak deleted the feature/issue--222-add-pagination-results-for-payments branch February 18, 2021 16:15
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.

Add paging information to /communities/{communityId}/admins/{adminId}/payments
1 participant