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

prisma-risk / tsoracle / 26349240286
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 02:10AM UTC
Jobs 1
Files 74
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

24 May 2026 02:05AM UTC coverage: 94.721% (+0.02%) from 94.702%
26349240286

push

github

web-flow
fix(bin): handle SIGTERM as a graceful-shutdown trigger (#245) (#269)

Shutdown was wired only to ctrl_c() (SIGINT), so under Kubernetes,
`docker stop`, or systemd the process received SIGTERM, never drained
tonic in-flight requests, and was SIGKILLed after the grace period.

Add a shutdown_signal() helper that selects over ctrl_c() and
signal(SignalKind::terminate()) on unix, with a Ctrl-C-only fallback on
non-unix targets. If installing the SIGTERM handler fails, degrade to
Ctrl-C rather than refuse to serve. The triggering signal is now logged.

10388 of 10967 relevant lines covered (94.72%)

539553.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26349240286.1 24 May 2026 02:10AM UTC 74
94.72
GitHub Action Run
Source Files on build 26349240286
  • Tree
  • List 74
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26349240286
  • 09d88ef3 on github
  • Prev Build on main (#26349056193)
  • Next Build on main (#26349374607)
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