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

safe-global / safe-decoder-service / 34472622530
91%

Build:
DEFAULT BRANCH: main
Ran 10 Sep 2026 11:43AM UTC
Jobs 1
Files 68
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

10 Sep 2026 11:41AM UTC coverage: 91.392%. Remained the same
34472622530

push

github

web-flow
fix: Fix worker class and proxy headers in the web entrypoint (#338)

uvicorn.workers.UvicornWorker is deprecated since uvicorn 0.30 and the module
is going away. uvicorn-worker was already a dependency but unused, so use its
worker class instead.

Over a unix socket uvicorn leaves scope["client"] as None, so its
ProxyHeadersMiddleware never trusted the connection with the default
forwarded_allow_ips=127.0.0.1 and dropped both X-Forwarded-For and
X-Forwarded-Proto. The same request over the TCP bind got them applied, so
request.client and the scheme depended on whether the request came through
nginx or hit the port directly. "*" is the only value that works on a socket:
the connection reports no peer address to match a trusted host against. Both
binds are pod-local and the headers on either come from the nginx sidecar.

The worker count was already WEB_CONCURRENCY or 1 through the gunicorn default.
Spell it out in the command so it is visible.

Same change as safe-queue-service#260.

1359 of 1487 relevant lines covered (91.39%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34472622530.1 10 Sep 2026 11:43AM UTC 68
91.39
GitHub Action Run
Source Files on build 34472622530
  • Tree
  • List 68
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 580e0c91 on github
  • Prev Build on main (#34204808913)
  • Next Build on main (#34472664140)
  • Delete
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