Skip to content

Merge branch 'main' into server-side-pagination

383e4fb
Select commit
Loading
Failed to load commit list.
Open

feat: add server-side pagination to API endpoints #1464

Merge branch 'main' into server-side-pagination
383e4fb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 21, 2026 in 0s

90.26% (target 80.00%)

View this Pull Request on Codecov

90.26% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 92.48366% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.26%. Comparing base (6981427) to head (383e4fb).

Files with missing lines Patch % Lines
src/service/routes/push.ts 55.00% 9 Missing ⚠️
src/db/file/users.ts 85.00% 3 Missing ⚠️
src/db/mongo/pushes.ts 93.02% 3 Missing ⚠️
src/db/mongo/repo.ts 83.33% 3 Missing ⚠️
src/db/mongo/users.ts 90.00% 3 Missing ⚠️
src/db/file/helper.ts 92.59% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1464      +/-   ##
==========================================
+ Coverage   90.21%   90.26%   +0.04%     
==========================================
  Files          69       69              
  Lines        5511     5693     +182     
  Branches      944      987      +43     
==========================================
+ Hits         4972     5139     +167     
- Misses        521      536      +15     
  Partials       18       18              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.