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

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

Build:
Build:
LAST BUILD BRANCH: feature/standalone-file-uploader
DEFAULT BRANCH: develop
Ran 05 May 2026 05:16PM UTC
Jobs 1
Files 317
Run time 2min
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:43PM UTC coverage: 98.063% (+0.6%) from 97.471%
25389631556

Pull #898

github

ErykKul
A11y fixes flagged by Storybook's axe runner on FilesTree stories

Three axe violations on the new FilesTree.stories.tsx (Default +
PreExpanded), all in the tree-view diff:

- aria-progressbar-name (serious): the streaming-zip tray's progress
  bar had role='progressbar' but no accessible name. The tray is
  always rendered (just CSS-hidden), so the bar shows up in axe even
  when no zip is in flight. Added aria-label re-using the existing
  'tree.download.tray.label' string.
- aria-required-parent (critical) + empty-table-header (minor): the
  FilesTreeHeader marked itself with role='row' + role='columnheader'
  divs even though the tree uses the WAI-ARIA TREE pattern (not the
  GRID pattern). The 'row' had no 'rowgroup' / 'table' / 'treegrid'
  ancestor, and the actions column was empty. The header is purely
  visual — assistive tech reads structure off the role='treeitem'
  rows below — so the right fix is aria-hidden + drop the orphan
  roles. The empty actions column then becomes a plain spacer div.
Pull Request #898: Add reusable React components: file uploader and file tree view

1578 of 1634 branches covered (96.57%)

Branch coverage included in aggregate %.

12 of 12 new or added lines in 3 files covered. (100.0%)

23 existing lines in 12 files now uncovered.

3789 of 3839 relevant lines covered (98.7%)

10902.77 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
64.1
-16.85% src/sections/dataset/dataset-action-buttons/edit-dataset-menu/EditDatasetMenu.tsx
3
71.43
-11.11% src/sections/shared/pagination/PaginationControls.tsx
2
87.5
-7.5% src/sections/file/file-action-buttons/access-file-menu/RequestAccessModal.tsx
2
83.33
-16.67% src/sections/file/useFile.tsx
2
78.79
-7.88% src/sections/shared/form/DatasetMetadataForm/MetadataForm/MetadataBlockFormFields/MetadataFormField/Fields/Vocabulary.tsx
1
90.0
-6.55% src/sections/collection/collection-items-panel/items-list/file-card/FileCardHelper.ts
1
89.47
-6.82% src/sections/dataset/dataset-files/dataset-upload-files-button/DatasetUploadFilesButton.tsx
1
92.68
-4.51% src/sections/dataset/dataset-files/files-table/file-actions/download-files/DownloadFilesButton.tsx
1
86.96
-2.52% src/sections/dataset/DatasetProvider.tsx
1
91.18
1.76% src/sections/dataset/Dataset.tsx
1
90.0
-8.04% src/sections/session/SessionProvider.tsx
1
99.62
1.4% src/sections/shared/form/DatasetMetadataForm/MetadataFieldsHelper.ts
Jobs
ID Job ID Ran Files Coverage
1 25389631556.1 05 May 2026 05:16PM UTC 317
98.06
GitHub Action Run
Source Files on build 25389631556
  • Tree
  • List 317
  • Changed 228
  • Source Changed 3
  • Coverage Changed 228
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25389631556
  • Pull Request #898
  • PR Base - develop (#25341400886)
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