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

umputun / feed-master / 19911329917
75%
master: 75%

Build:
Build:
LAST BUILD BRANCH: fix/content-type-header-rest-issue-38
DEFAULT BRANCH: master
Ran 03 Dec 2025 10:48PM UTC
Jobs 1
Files 16
Run time 1s
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

pending completion
19911329917

Pull #161

github

paskal
migrate from go-chi to go-pkgz/routegroup and replace tollbooth with rest.Throttle

Replace go-chi/chi router with go-pkgz/routegroup which wraps the standard library
http.ServeMux and provides middleware support. Replace tollbooth rate limiter with
rest.Throttle from go-pkgz/rest. Also replace pkg/errors with standard fmt.Errorf
using %w for error wrapping.

Key changes:
- Router: chi.NewRouter() → routegroup.New(http.NewServeMux())
- URL params: chi.URLParam(r, "name") → r.PathValue("name")
- Route patterns: r.Get("/path/{name}") → r.HandleFunc("GET /path/{name}", handler)
- Rate limiting: tollbooth → rest.Throttle(N)
- Timeout: chi middleware.Timeout → http.TimeoutHandler
- Errors: errors.Wrap/Wrapf → fmt.Errorf with %w
Pull Request #161: migrate from go-chi to go-pkgz/routegroup and replace tollbooth with rest.Throttle

1411 of 1893 relevant lines covered (74.54%)

10.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19911329917.1 03 Dec 2025 10:48PM UTC 16
74.54
GitHub Action Run
Source Files on build 19911329917
  • Tree
  • List 16
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #161
  • PR Base - master (#19909857209)
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