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

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

Build:
Build:
LAST BUILD BRANCH: 963-avoid-prop-drilling-for-datasetrepository
DEFAULT BRANCH: develop
Ran 05 May 2026 01:37PM 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 01:05PM UTC coverage: 98.063%. Remained the same
25378174206

push

github

ErykKul
Replace access-API zip endpoint with client-side streaming zip (M4)

Adds a browser-side streaming-zip download for the React file tree:

- `useStreamingZipDownload` engine drives `client-zip` from an async
  generator. Three strategies (pause-on-fail, skip-with-manifest,
  twopass-retry) are wired through a single decision-promise so the
  UI can resolve retry/skip/cancel choices without restarting the run.
- `FilesTreeDownloadTray` is a fixed bottom-sheet that shows progress,
  the file currently being added, and surfaces the pause/two-pass
  decisions inline. Stays out of the way while the user keeps browsing.
- `FilesTree` now bypasses the access-API signed-zip flow. Single-file
  downloads still anchor-click `file.downloadUrl`; multi-file downloads
  go through the streaming engine and pop the tray. The toolbar button
  is disabled while a zip is in flight to prevent double-runs.
- `useFileTreeDownload` now hands `FileTreeFile[]` to the host instead
  of bare ids, so the streaming engine has size/name/url for free.
- New locale strings under `tree.download.tray.*`. `client-zip` is the
  only new dep (~3 KB gzip).
- Cypress component spec covers the happy path, pause-on-fail-then-retry,
  and skip-with-manifest flow against a stubbed `fetch`.

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 25378174206.1 05 May 2026 01:37PM UTC 317
98.06
GitHub Action Run
Source Files on build 25378174206
  • 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 #25378174206
  • 0106f1c5 on github
  • Prev Build on feature/standalone-file-uploader (#25377358486)
  • Next Build on feature/standalone-file-uploader (#25378433234)
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