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

medplum / medplum / 27846369499
92%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 08:24PM UTC
Jobs 1
Files 830
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

19 Jun 2026 08:12PM UTC coverage: 92.494%. Remained the same
27846369499

push

github

web-flow
fix: stop polling cancelled AsyncJob by returning 200 from status endpoint (#9557)

When an AsyncJob is cancelled, the status polling endpoint
() was returning HTTP 202 because
 was not included in . The client
treats 202 as 'still running' and continues polling indefinitely.

This fix adds  to  alongside
 and , so the server returns HTTP 200 with
the cancelled AsyncJob resource. The client then receives the
resource and stops polling.

Also adds a test verifying the status polling endpoint returns 200
for cancelled jobs in the existing 'Cancel -- Happy path' test.

Fixes #5575

Signed-off-by: Raphael Malikian <rtmalikian@gmail.com>

24839 of 27656 branches covered (89.81%)

Branch coverage included in aggregate %.

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

37230 of 39450 relevant lines covered (94.37%)

23154.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27846369499.1 19 Jun 2026 08:24PM UTC 1387
92.21
GitHub Action Run
Source Files on build 27846369499
  • Tree
  • List 830
  • Changed 438
  • Source Changed 1
  • Coverage Changed 437
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27846369499
  • 9dbba3d0 on github
  • Prev Build on gh-readonly-queue/main/pr-9553-cd878bd7185337e9b04ade35277fa5927fde6a2d (#27844858152)
  • Next Build on main (#27851314989)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc