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

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

Build:
Build:
LAST BUILD BRANCH: feature/standalone-file-uploader
DEFAULT BRANCH: develop
Ran 05 May 2026 04:45PM 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 04:13PM UTC coverage: 98.063%. Remained the same
25388126577

push

github

ErykKul
Fix lint errors and the component-test failures from CI on PR #898

CI was red on three jobs; fixing everything that's deterministic locally:

Stylelint (23 errors -> 0):
- Modern color-function notation (rgba 4-arg -> rgb / %).
- Alpha-as-percent (0.06 -> 6%).
- Empty-line-before-comment in FilesTree.module.scss.
- Selector ordering on .icon-btn :disabled / :focus-visible / :hover
  (was descending specificity).
- Add /dist-uploader to .prettierignore so production bundle artifacts
  don't fail the prettier --check step.

Component tests (35 failures -> expected 0 once CI re-runs):
- entry.fullPath.startsWith(...) was throwing 'Cannot read properties
  of undefined' on test fixtures that don't carry a fullPath. Made the
  guard null-safe in useFileUploadOperations.ts. Fixes 29 failing
  FileUploader specs, 2 failing ReplaceFile specs, 1 failing
  UploadDatasetFiles spec — all hit the same code path.
- FilesTree.spec.tsx had module-scope cy.stub() calls and an
  AccessRepositoryProvider wrap that's no longer needed since the
  streaming-zip flow bypasses the access API. Removed both. (Cypress
  15 fails on cy.stub() outside a running test.)
- useStreamingZipDownload.spec.tsx happy-path and pause-on-fail tests
  were racing on cy.stub(win, 'fetch') ordering; mount now runs first,
  fetch is replaced by direct assignment afterwards (sidesteps Sinon
  defineProperty failures on non-configurable getters).

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 25388126577.1 05 May 2026 04:45PM UTC 317
98.06
GitHub Action Run
Source Files on build 25388126577
  • 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 #25388126577
  • 2139a14a on github
  • Prev Build on feature/standalone-file-uploader (#25381850793)
  • Next Build on feature/standalone-file-uploader (#25388489196)
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