• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

raystack / frontier / 32702372007
49%
main: 49%

Build:
Build:
LAST BUILD BRANCH: org-delete-notice-always
DEFAULT BRANCH: main
Ran 24 Aug 2026 07:42AM UTC
Jobs 1
Files 303
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Aug 2026 07:36AM UTC coverage: 48.886% (+0.08%) from 48.804%
32702372007

Pull #1869

github

Shreyag02
refactor(admin): share the server table query state and load-more latch

The load-more latch was copied into all eleven server tables and the
copies had already drifted: six guarded on isError but swallowed the
failure, five logged it but retried on every further scroll. useLoadMore
takes the union, so neither half regresses.

useServerTableQuery comes from fix/admin-ui-followups unchanged, so this is
the hook that branch already carries rather than a second one. It absorbs
three different query-state shapes:

- six org tabs held state, a memo and a debounce by hand
- the org, user and invoice lists debounced the table state itself, so the
  grid lagged behind typing; only the request is debounced now, and the
  invoice list gains the debounce it never had
- audit logs and project members kept query and rqlRequest in one object;
  audit logs still publishes its request for the navbar's CSV export, now
  from an effect, and project members drops sort through mapQuery

The apis tab also starts resetting offset when the query changes, which the
other ten already did.

Eleven views, 223 lines lighter.
Pull Request #1869: fix(admin): stop duplicate API calls across admin tables

19571 of 40034 relevant lines covered (48.89%)

15.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32702372007.1 24 Aug 2026 07:42AM UTC 303
48.89
GitHub Action Run
Source Files on build 32702372007
  • Tree
  • List 303
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1869
  • PR Base - main (#32452703292)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc