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

go-goyave / goyave
97%

Build:
DEFAULT BRANCH: master
Repo Added 01 Mar 2021 02:43PM UTC
Files 100
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 138-jwt-custom-claims
  • ISSUE-210
  • ISSUE-213
  • ISSUE-216
  • adam-New-validator-DoesntEndWith
  • adam-New-validator-KeysIn
  • add-new-compression-encoders
  • bug/jwt-controller-user-not-found
  • bug/validation-composition-illegal-syntax
  • bug/validation-order
  • bug/validation-order-w-composition
  • bump_dependencies
  • chore/upgrade-jwt
  • develop
  • feat-keepRawData
  • feat/create-slog-discard-logger
  • feat/only-if-validator
  • feat/testutil-session
  • feat/testutil-validator-init
  • feat/undefined-marshaler
  • feat/user-context
  • feat/validation-context
  • feat/validator-override-message
  • feat/www-authenticate-header
  • feature/flusher
  • feature/jwt-signing-methods
  • feature/openapi
  • fix-staticHandler
  • fix/basic-auth-not-found-panic
  • fix/fsutil-test-json-error-message
  • fix/recovery-panic-empty-slice
  • fix_repeat_pathjoin
  • fix_svg_mime_detect
  • issue-195-add-clickhouse-dialect
  • issue/196
  • issue/205
  • map-json-helper
  • master
  • my-feature-branch
  • optim/write-file
  • patch-1
  • patch-3
  • renovate/configure
  • testify-fix
  • v4
  • v5
  • validation-composition
  • validation-errors
  • validation-field-path

01 Sep 2026 09:05AM UTC coverage: 97.16% (+0.001%) from 97.159%
33490394106

push

github

web-flow
fix: don't double-panic in recovery middleware on empty error slices (#293)

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{}).

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

5644 of 5809 relevant lines covered (97.16%)

274.02 hits per line

Relevant lines Covered
Build:
Build:
5809 RELEVANT LINES 5644 COVERED LINES
274.02 HITS PER LINE
Source Files on master
  • Tree
  • List 100
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33490394106 master fix: don't double-panic in recovery middleware on empty error slices (#293) 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 i... push 01 Sep 2026 09:06AM UTC web-flow github
97.16
33490054808 fix/recovery-panic-empty-slice 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 ... Pull #293 01 Sep 2026 09:02AM UTC System-Glitch github
97.16
33488370147 fix/recovery-panic-empty-slice 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 ... Pull #293 01 Sep 2026 08:42AM UTC System-Glitch github
97.16
33488016634 master fix(auth): return 401 on unknown user in basic authenticator (#291) Reflect-based password field extraction ran before the record-not-found check, so a nil user (gorm.ErrRecordNotFound) caused a reflect panic instead of returning a localized inva... push 01 Sep 2026 08:39AM UTC web-flow github
97.16
33487824639 fix/basic-auth-not-found-panic fix(auth): return 401 on unknown user in basic authenticator Reflect-based password field extraction ran before the record-not-found check, so a nil user (gorm.ErrRecordNotFound) caused a reflect panic instead of returning a localized invalid-cre... Pull #291 01 Sep 2026 08:36AM UTC System-Glitch github
97.16
33487756934 fix/basic-auth-not-found-panic fix(auth): return 401 on unknown user in basic authenticator Reflect-based password field extraction ran before the record-not-found check, so a nil user (gorm.ErrRecordNotFound) caused a reflect panic instead of returning a localized invalid-cre... Pull #291 01 Sep 2026 08:35AM UTC System-Glitch github
97.16
33487311526 master test(fsutil): stop asserting Go-version-dependent json error text The encoding/json unmarshal error messages changed across Go versions ("testDTO.files" became ".files"), making the exact assertion fail on newer toolchains. Assert only on the sta... push 01 Sep 2026 08:32AM UTC System-Glitch github
97.16
33487051024 fix/fsutil-test-json-error-message test(fsutil): stop asserting Go-version-dependent json error text The encoding/json unmarshal error messages changed across Go versions ("testDTO.files" became ".files"), making the exact assertion fail on newer toolchains. Assert only on the sta... Pull #292 01 Sep 2026 08:27AM UTC System-Glitch github
97.16
33486476116 fix/fsutil-test-json-error-message test(fsutil): stop asserting Go-version-dependent json error text The encoding/json unmarshal error messages changed across Go versions ("testDTO.files" became ".files"), making the exact assertion fail on newer toolchains. Assert only on the sta... Pull #292 01 Sep 2026 08:22AM UTC System-Glitch github
97.16
33468163319 fix/recovery-panic-empty-slice 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 ... Pull #293 01 Sep 2026 04:01AM UTC fnoopv github
97.52
See All Builds (710)
  • Repo on GitHub
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