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

umputun / feed-master / 19913195700
75%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2025 12:19AM 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

04 Dec 2025 12:17AM UTC coverage: 74.538% (+0.01%) from 74.524%
19913195700

push

github

web-flow
migrate from go-chi to go-pkgz/routegroup and replace tollbooth with rest.Throttle (#161)

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.68 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 19913195700.1 04 Dec 2025 12:19AM UTC 16
74.54
GitHub Action Run
Source Files on build 19913195700
  • Tree
  • List 16
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7b8d8b5a on github
  • Prev Build on master (#19909857209)
  • Next Build on master (#20013970121)
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