• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IQSS / dataverse-frontend / 25377358486
98%
develop: 97%

Build:
Build:
LAST BUILD BRANCH: 963-avoid-prop-drilling-for-datasetrepository
DEFAULT BRANCH: develop
Ran 05 May 2026 01:19PM UTC
Jobs 1
Files 317
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

05 May 2026 12:49PM UTC coverage: 98.063%. Remained the same
25377358486

push

github

ErykKul
Auto-load next page when load-more row scrolls into view

Until now the user had to click the "Load more" button to fetch the
next cursor of a folder. With virtualization, the load-more row
enters the rendered slice as soon as the user scrolls near the
bottom — that's exactly the right trigger for an automatic fetch.

Effect: when a load-more row is in the slice AND the corresponding
folder has a nextCursor AND is not already loading, call loadMore.
loadMore is idempotent (checks loading state internally), so this
is safe even if the effect re-runs.

The visible button is retained as a fallback for users who:
- Use the keyboard (the button is still focusable).
- Have JS-disabled IntersectionObserver behaviour (this effect
  doesn't depend on IntersectionObserver, just the visible slice;
  works the same).
- Want explicit pagination control.

When loadMore is in flight, the button shows the "Loading…" label
and is disabled, so duplicate triggers don't surface as flicker.

1578 of 1634 branches covered (96.57%)

Branch coverage included in aggregate %.

3789 of 3839 relevant lines covered (98.7%)

10902.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25377358486.1 05 May 2026 01:19PM UTC 317
98.06
GitHub Action Run
Source Files on build 25377358486
  • Tree
  • List 317
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25377358486
  • 69a96cc9 on github
  • Prev Build on feature/standalone-file-uploader (#25375307338)
  • Next Build on feature/standalone-file-uploader (#25378174206)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc