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

umputun / remark42 / 28504937156
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: refactor/router-routegroup
DEFAULT BRANCH: master
Ran 01 Jul 2026 08:44AM UTC
Jobs 1
Files 53
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

01 Jul 2026 08:41AM UTC coverage: 84.456%. First build
28504937156

Pull #2103

github

paskal
refactor(api): replace go-chi/chi router with go-pkgz/routegroup

Migrate the REST router off go-chi/chi onto go-pkgz/routegroup (backed by the
stdlib http.ServeMux), removing the last use of go-chi from the backend:

- rest.go routes() builds the tree with routegroup (Mount/Group/Route/With) and
  net/http method+path patterns instead of chi's Get/Post/Route/Mount helpers
- chi.URLParam(...) -> r.PathValue(...) in the admin, public and private handlers
- rest_public_test.go loadPictureCtrl test uses routegroup + http.ServeMux
- rest_test.go: add TestRest_FileServerStaticAssets (bare /web -> /web/ redirect,
  cache headers, 404, directory-listing block) and update the path-traversal test
  for ServeMux normalising a literal ".." (encoded traversal is still rejected
  by the handler)
- drop go-chi/chi from go.mod, go.sum and vendor; update the CLAUDE.md reference
Pull Request #2103: refactor(api): replace go-chi/chi router with go-pkgz/routegroup

122 of 122 new or added lines in 5 files covered. (100.0%)

6417 of 7598 relevant lines covered (84.46%)

39.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28504937156.1 01 Jul 2026 08:44AM UTC 53
84.46
GitHub Action Run
Source Files on build 28504937156
  • Tree
  • List 53
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2103
  • Delete
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

© 2026 Coveralls, Inc