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

go-goyave / goyave / 33468163319
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: fix/recovery-panic-empty-slice
DEFAULT BRANCH: master
Ran 01 Sep 2026 04:01AM UTC
Jobs 1
Files 100
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

01 Sep 2026 03:51AM UTC coverage: 97.516% (+0.001%) from 97.515%
33468163319

Pull #293

github

fnoopv
fix: don't double-panic in recovery middleware on empty error slices

errors.NewSkip returns nil for nil or empty-slice panic values, so
the unconditional type assertion panicked again inside the deferred
recovery, breaking the connection instead of returning a 500. Use a
comma-ok assertion and add a regression test for panic([]error{}).
Pull Request #293: fix: don't double-panic in recovery middleware on empty error slices

4 of 4 new or added lines in 1 file covered. (100.0%)

6712 of 6883 relevant lines covered (97.52%)

298.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33468163319.1 01 Sep 2026 04:01AM UTC 100
97.52
GitHub Action Run
Source Files on build 33468163319
  • Tree
  • List 100
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #293
  • PR Base - master (#26883013137)
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