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

go-pkgz / routegroup
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.6.0
DEFAULT BRANCH: master
Repo Added 22 Feb 2024 08:55AM UTC
Files 1
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 refs/tags/v1.6.0
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • better-root-handling
  • catch-all
  • cleanup
  • custom-not-found
  • feat/handle-root-without-redirect
  • fix-405-response
  • fix-issue-24-double-middleware
  • fix-issue-27-notfound-vs-405
  • fix-path-params-issue-22
  • fix-route-ux
  • master
  • mux-compat
  • pr19
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1
  • refs/tags/v1.4.0
  • refs/tags/v1.4.1
  • refs/tags/v1.5.0
  • refs/tags/v1.5.1
  • refs/tags/v1.5.2
  • refs/tags/v1.5.3
  • refs/tags/v1.6.0
  • static-files
  • update-golangci-lint

13 Oct 2025 06:18PM UTC coverage: 98.086% (+0.1%) from 97.99%
18474696807

push

github

web-flow
Fix Route UX: auto-create group when called on root bundle

Improve UX by making Route() automatically create a sub-group when called on the root bundle. This prevents the common mistake where users call router.Route(...) expecting isolated middleware scope. Also fixes root bundle locking to maintain the Use-before-routes contract.

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

205 of 209 relevant lines covered (98.09%)

45.69 hits per line

Relevant lines Covered
Build:
Build:
209 RELEVANT LINES 205 COVERED LINES
45.69 HITS PER LINE
Source Files on master
  • List 1
  • 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
18474696807 refs/tags/v1.6.0 Fix Route UX: auto-create group when called on root bundle Improve UX by making Route() automatically create a sub-group when called on the root bundle. This prevents the common mistake where users call router.Route(...) expecting isolated middle... push 13 Oct 2025 06:20PM UTC web-flow github
98.09
18474686814 master Fix Route UX: auto-create group when called on root bundle Improve UX by making Route() automatically create a sub-group when called on the root bundle. This prevents the common mistake where users call router.Route(...) expecting isolated middle... push 13 Oct 2025 06:19PM UTC web-flow github
98.09
18474598086 fix-route-ux fix: preserve root lock when Route auto-creates group When Route() is called on root bundle and auto-creates a child group, the root bundle must also be locked if the child registers routes. This ensures that router.Use() after router.Route() pro... Pull #29 13 Oct 2025 06:16PM UTC umputun github
98.09
18474481196 fix-route-ux fix: auto-create group when Route called on root bundle Improve UX by making Route() automatically create a sub-group when called on the root bundle. This prevents the common mistake where users call router.Route(...) expecting isolated middlewar... Pull #29 13 Oct 2025 06:11PM UTC umputun github
98.05
16888360637 refs/tags/v1.5.3 Merge pull request #28 from go-pkgz/fix-issue-27-notfound-vs-405 Fix issue #27: Preserve 405 Method Not Allowed with custom NotFound handler push 11 Aug 2025 06:12PM UTC web-flow github
97.99
16888339400 master Merge pull request #28 from go-pkgz/fix-issue-27-notfound-vs-405 Fix issue #27: Preserve 405 Method Not Allowed with custom NotFound handler push 11 Aug 2025 06:11PM UTC web-flow github
97.99
16887920765 fix-issue-27-notfound-vs-405 Fix incorrect NotFoundHandler documentation The documentation incorrectly stated it sets a handler for the root path only. In reality, it sets a custom 404 handler for all unmatched routes. Also clarified that 405 responses are preserved as per f... Pull #28 11 Aug 2025 05:53PM UTC umputun github
97.99
16887238327 fix-issue-27-notfound-vs-405 Clean up test formatting and whitespace Pull #28 11 Aug 2025 05:22PM UTC umputun github
97.99
16887212012 fix-issue-27-notfound-vs-405 Clean up test formatting and whitespace push 11 Aug 2025 05:21PM UTC umputun github
97.99
16866753698 master Add test to verify request isolation through shallow copy This test ensures that the original request passed to ServeHTTP is not modified, maintaining proper isolation. The shallow copy prevents side effects where the Pattern field would be set o... push 10 Aug 2025 09:55PM UTC umputun github
97.79
See All Builds (126)
  • Repo on GitHub
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

© 2025 Coveralls, Inc