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

raystack / frontier / 31672248729
48%
main: 49%

Build:
Build:
LAST BUILD BRANCH: org-delete-check-api
DEFAULT BRANCH: main
Ran 13 Aug 2026 06:05AM UTC
Jobs 1
Files 302
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 Aug 2026 05:57AM UTC coverage: 48.239% (+0.03%) from 48.209%
31672248729

Pull #1877

github

whoAbhishekSah
fix(server): recover from panics in RPC and UI HTTP handlers

A panicking handler previously fell through to net/http's per-connection
recover: the client's connection was dropped with no response (HTTP/2
stream reset), and the stack trace bypassed structured logging.

Add connect.WithRecover on the Frontier and Admin service handlers so a
panic anywhere in the handler chain returns CodeInternal with a generic
message, and wrap the UI server mux with an equivalent recovery handler
that returns a plain 500. Both log the panic value and stack through
slog at error level; no panic details reach the caller.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #1877: fix(server): recover from panics in RPC and UI HTTP handlers

25 of 26 new or added lines in 2 files covered. (96.15%)

13 existing lines in 1 file now uncovered.

19216 of 39835 relevant lines covered (48.24%)

15.4 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
64.49
0.29% pkg/server/server.go

Coverage Regressions

Lines Coverage ∆ File
13
64.49
0.29% pkg/server/server.go
Jobs
ID Job ID Ran Files Coverage
1 31672248729.1 13 Aug 2026 06:04AM UTC 302
48.24
GitHub Action Run
Source Files on build 31672248729
  • Tree
  • List 302
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1877
  • PR Base - main (#31669350916)
  • 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