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

eresearchqut / ddb-repository / 26199482554
98%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 01:15AM UTC
Jobs 1
Files 3
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

21 May 2026 01:13AM UTC coverage: 97.959% (+0.5%) from 97.436%
26199482554

push

github

ryan-bennett
fix: remove dead code branches and correct getItems return type

- getItems return type narrowed from Promise<Array<T> | undefined> to
  Promise<Array<T>>: the implementation always returns an array; the
  undefined case was never reachable
- Remove redundant ?. and || [] inside the if (page.Items) guard in
  getItems: the guard already proves truthiness
- Remove ?? [] fallbacks on getItems calls in JsonPointerRepository:
  now provably unnecessary with the corrected return type

Retained defensive guards backed by SDK optional types (result.Items ?? [],
if (page.Items) in scan) and the setAtPointer tokens.length === 0 guard
which prevents silent writes to current['undefined'] on invalid input.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

200 of 211 branches covered (94.79%)

Branch coverage included in aggregate %.

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

328 of 328 relevant lines covered (100.0%)

135.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26199482554.1 21 May 2026 01:15AM UTC 3
97.96
GitHub Action Run
Source Files on build 26199482554
  • Tree
  • List 3
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26199482554
  • 65079de8 on github
  • Prev Build on main (#26197935855)
  • Next Build on main (#26374388503)
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