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

Pagination options #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Pagination options #16

wants to merge 3 commits into from

Conversation

GrandChaman
Copy link
Member

Resolves #13

@GrandChaman GrandChaman added the enhancement New feature or request label May 20, 2021
@GrandChaman GrandChaman self-assigned this May 20, 2021
@codecov
Copy link

codecov bot commented May 20, 2021

Codecov Report

Merging #16 (1877608) into main (c13b45a) will increase coverage by 0.34%.
The diff coverage is 93.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   81.81%   82.15%   +0.34%     
==========================================
  Files          74       76       +2     
  Lines        4361     4596     +235     
==========================================
+ Hits         3568     3776     +208     
- Misses        793      820      +27     
Impacted Files Coverage Δ
src/errors.rs 9.30% <0.00%> (-0.23%) ⬇️
src/lib.rs 0.00% <ø> (ø)
src/store/mod.rs 18.42% <ø> (ø)
src/store/resource_type_configuration.rs 76.78% <76.78%> (ø)
src/id.rs 57.14% <83.33%> (+2.01%) ⬆️
src/store/tests/pagination_settings.rs 84.61% <84.61%> (ø)
src/store/resource_type_builder.rs 62.26% <91.66%> (ø)
src/store/builder.rs 83.75% <100.00%> (ø)
src/store/resource_type.rs 66.33% <100.00%> (ø)
src/store/tests/many_to_many_rel.rs 97.61% <100.00%> (+0.39%) ⬆️
... and 7 more

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 c13b45a...1877608. Read the comment docs.

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

Successfully merging this pull request may close these issues.

Prepare for pagination
1 participant