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

eresearchqut / ddb-repository / 29224155736
98%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2026 04:32AM 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

13 Jul 2026 04:31AM UTC coverage: 97.541% (+0.03%) from 97.513%
29224155736

push

github

ryan-bennett
feat: add scanPage for cursor-based scan pagination

Add a `scanPage` method to `DynamoDbRepository` that mirrors
`getItemsPage`: it accepts the same `ScanQuery` options plus an optional
`cursor` and returns a `PageResult<T>` with `items` and an optional next
`cursor`. Cursors are base64-encoded `LastEvaluatedKey` values, identical
to `getItemsPage`, keeping the pagination API consistent across query and
scan.

Uses `ScanCommand` directly (not `paginateScan`) so the native
`LastEvaluatedKey`/`ExclusiveStartKey` cursor can be exposed.

Also documents scan/getItemsPage/scanPage in the README methods table.

Closes #100

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

230 of 245 branches covered (93.88%)

Branch coverage included in aggregate %.

21 of 21 new or added lines in 1 file covered. (100.0%)

365 of 365 relevant lines covered (100.0%)

88.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29224155736.1 13 Jul 2026 04:32AM UTC 3
97.54
GitHub Action Run
Source Files on build 29224155736
  • Tree
  • List 3
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29224155736
  • 3902ca62 on github
  • Prev Build on main (#29213058752)
  • Next Build on main (#29224182199)
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