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

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

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

03 Dec 2025 08:11PM UTC coverage: 74.538% (+0.01%) from 74.524%
19907374854

push

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

41 of 89 new or added lines in 11 files covered. (46.07%)

1411 of 1893 relevant lines covered (74.54%)

10.89 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
94.29
0.0% app/feed/parser.go
1
93.1
0.0% app/proc/twitter.go
1
84.21
0.0% app/youtube/feed/downloader.go
2
84.4
0.0% app/api/web.go
3
55.56
0.0% app/youtube/rss_store.go
5
58.0
0.0% app/youtube/feed/feed.go
8
64.89
0.16% app/api/server.go
13
75.92
0.0% app/youtube/service.go
14
75.88
0.0% app/youtube/store/store.go
Jobs
ID Job ID Ran Files Coverage
1 19907374854.1 03 Dec 2025 08:13PM UTC 16
74.54
GitHub Action Run
Source Files on build 19907374854
  • Tree
  • List 16
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 297df23b on github
  • Prev Build on master (#19903553979)
  • Next Build on migrate-to-routegroup (#19911329917)
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