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

raystack / frontier / 31673246417
48%
main: 49%

Build:
Build:
LAST BUILD BRANCH: org-delete-check-api
DEFAULT BRANCH: main
Ran 13 Aug 2026 06:21AM 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 06:16AM UTC coverage: 48.26% (+0.05%) from 48.209%
31673246417

Pull #1877

github

whoAbhishekSah
fix(server): abort committed responses instead of appending an error body

When a UI handler panics after writing part of a response, the status
line is already on the wire: http.Error cannot change it and would only
append the error text to the partial body, so the client would read a
corrupt 200. Track response commitment; once committed, log the panic
and re-panic with http.ErrAbortHandler so net/http drops the connection
and the client sees a truncated response instead of a fake success. The
wrapper forwards Flush for the reverse proxy's streaming.

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

41 of 42 new or added lines in 2 files covered. (97.62%)

13 existing lines in 1 file now uncovered.

19232 of 39851 relevant lines covered (48.26%)

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 31673246417.1 13 Aug 2026 06:21AM UTC 302
48.26
GitHub Action Run
Source Files on build 31673246417
  • 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