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

Fix cursor pagination over ordered queries #412

Merged
merged 9 commits into from
Jun 23, 2023

Merge branch 'main' into fix-ignored-cursor-pagination

3715eb2
Select commit
Loading
Failed to load commit list.
Merged

Fix cursor pagination over ordered queries #412

Merge branch 'main' into fix-ignored-cursor-pagination
3715eb2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 21, 2023 in 0s

92.70% (+0.06%) compared to 9acfea6

View this Pull Request on Codecov

92.70% (+0.06%) compared to 9acfea6

Details

Codecov Report

Patch coverage: 93.93% and project coverage change: +0.06 🎉

Comparison is base (9acfea6) 92.64% compared to head (3715eb2) 92.70%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #412      +/-   ##
==========================================
+ Coverage   92.64%   92.70%   +0.06%     
==========================================
  Files          70       70              
  Lines        6660     6786     +126     
==========================================
+ Hits         6170     6291     +121     
- Misses        490      495       +5     
Impacted Files Coverage Δ
aquadoggo/src/db/stores/query.rs 96.43% <93.86%> (-0.28%) ⬇️
aquadoggo/src/graphql/resolvers.rs 90.90% <100.00%> (+0.13%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.