• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

raystack / frontier / 31690670686
48%
main: 48%

Build:
Build:
LAST BUILD BRANCH: test/billing-e2e-update-details
DEFAULT BRANCH: main
Ran 13 Aug 2026 10:26AM 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 10:20AM UTC coverage: 48.313% (+0.1%) from 48.209%
31690670686

Pull #1877

github

whoAbhishekSah
fix(server): extend panic recovery wrapper and cover the connect mux

Address review feedback on the recovery wrapper and its coverage:

- Add Unwrap on committedWriter so http.ResponseController can reach
  the underlying writer's Hijacker, deadline, and full-duplex methods;
  without it a protocol upgrade through the connect reverse proxy on
  the UI server would fail.
- Add ReadFrom passthrough so copies into the wrapper keep the
  underlying writer's optimized path, which io.Copy looks up on the
  destination directly without walking Unwrap.
- Wrap the connect server mux with the same recovery handler. The
  webhook bridge does its own parsing before the protected handler,
  and ping, health, reflection, and CORS had no recovery at all. RPC
  panics are still converted to connect error codes by WithRecover
  first; the outer wrapper only sees panics that escape it.
- Rename uiPanicRecovery to httpPanicRecovery since it now fronts both
  servers.

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

45 of 52 new or added lines in 2 files covered. (86.54%)

126 existing lines in 4 files now uncovered.

19233 of 39809 relevant lines covered (48.31%)

15.42 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
66
79.25
-0.1% internal/store/postgres/organization_repository.go
31
0.0
0.0% internal/store/spicedb/relation_repository.go
26
24.39
2.88% pkg/db/db.go
3
83.33
0.0% config/config.go
Jobs
ID Job ID Ran Files Coverage
1 31690670686.1 13 Aug 2026 10:25AM UTC 302
48.31
GitHub Action Run
Source Files on build 31690670686
  • Tree
  • List 302
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
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