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

alexferl / zerohttp / 22864806367
94%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2026 04:57PM UTC
Jobs 1
Files 58
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

09 Mar 2026 04:56PM UTC coverage: 93.231% (+0.02%) from 93.216%
22864806367

push

github

web-flow
fix: remove panic-based error propagation (#45)

Handler errors are now handled directly by the router instead of
panicking. Simplifies error flow and removes handler error unwrapping
logic from Recover middleware.

Changes:
  - router.ServeHTTP: handle all errors directly, no panic propagation
  - handleHandlerError: return 500 problem detail for unhandled errors
  - Recover middleware: use problem.NewDetail for 500 responses
  - Updated tests to reflect new behavior

The HandlerFunc signature remains unchanged: func(w,r) error

Signed-off-by: alexferl <me@alexferl.com>

15 of 15 new or added lines in 2 files covered. (100.0%)

4 existing lines in 1 file now uncovered.

7506 of 8051 relevant lines covered (93.23%)

29.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
92.42
0.0% sse.go
Jobs
ID Job ID Ran Files Coverage
1 22864806367.1 09 Mar 2026 04:57PM UTC 58
93.23
GitHub Action Run
Source Files on build 22864806367
  • Tree
  • List 58
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22864806367
  • ce6e763f on github
  • Prev Build on master (#22861896365)
  • Next Build on master (#22865073742)
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