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

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

Build:
Build:
LAST BUILD BRANCH: 963-avoid-prop-drilling-for-datasetrepository
DEFAULT BRANCH: develop
Ran 05 May 2026 12:35PM 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:05PM UTC coverage: 98.063% (+0.6%) from 97.471%
25375307338

Pull #898

github

ErykKul
Tree view keyboard navigation and ARIA tree pattern (M4 polish)

Adds proper accessibility scaffolding and keyboard navigation per the
WAI-ARIA tree role.

A11y attributes:
- Viewport: role="tree", aria-multiselectable="true", aria-label.
- Each row: role="treeitem", aria-expanded (folders only),
  aria-selected (only when fully selected — partial state is conveyed
  via the checkbox's aria-checked="mixed"), aria-level (1-based depth).

Roving tabindex:
- Exactly one row at a time has tabIndex=0; the rest are tabIndex=-1.
- Focus index resets / clamps when the visible row set changes (e.g.
  after a folder expand/collapse or a query filter).
- The focused row scrolls into view automatically on focus changes
  triggered by keyboard.

Keyboard handlers (per WAI-ARIA tree pattern):
- ArrowDown / ArrowUp: previous/next visible item row.
- Home / End: first / last item row.
- ArrowRight on a folder: expands if collapsed; otherwise moves
  focus to the first child.
- ArrowLeft: collapses an expanded folder; otherwise moves focus to
  the parent row at depth-1.
- Space: toggles selection (file or folder).
- Enter on a folder: toggles expansion. On a file, the default
  browser behaviour activates the filename anchor.

Non-item rows (loading / error / load-more) are skipped for focus.
Mouse focus on a row also updates the focused index, so click-then-
keyboard works as expected.

New locale key: tree.label = "Dataset files" (used as the tree's
aria-label).
Pull Request #898: Feature/standalone file uploader

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 25375307338.1 05 May 2026 12:35PM UTC 317
98.06
GitHub Action Run
Source Files on build 25375307338
  • 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 #25375307338
  • 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