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

medplum / medplum / 28139611743
92%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 01:08AM UTC
Jobs 1
Files 835
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

25 Jun 2026 12:56AM UTC coverage: 91.859% (-0.001%) from 91.86%
28139611743

push

github

web-flow
fix(server): paginate AWS Textract results via NextToken (#5879) (#9614)

AWS Textract paginates GetDocumentTextDetection results for large
documents: the first completed response carries a NextToken and the
caller must follow it to retrieve the remaining Blocks. The handler
stopped at the first response, so only the first page of text was
returned and a stale NextToken leaked into the output.

Follow NextToken after the job completes, accumulating Blocks across all
pages (matching the AWS pagination idiom in cloud/aws/config.ts) and
clearing the trailing token on the merged result. Add a regression test
covering the multi-page NextToken path.

Fixes #5879

Signed-off-by: Jake Iglesias <jacob.ds.iglesias.5@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

21000 of 23912 branches covered (87.82%)

Branch coverage included in aggregate %.

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

37879 of 40185 relevant lines covered (94.26%)

12567.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28139611743.1 25 Jun 2026 01:08AM UTC 835
91.86
GitHub Action Run
Source Files on build 28139611743
  • Tree
  • List 835
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • ffa2fe66 on github
  • Prev Build on gh-readonly-queue/main/pr-9629-910db3b0c506f98ad55c5323c16833ce4d7c4185 (#28138931248)
  • Next Build on main (#28192968703)
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