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

umputun / remark42 / 28544415418
84%

Build:
DEFAULT BRANCH: master
Ran 01 Jul 2026 08:07PM 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:04PM UTC coverage: 84.456% (+0.09%) from 84.37%
28544415418

push

github

web-flow
refactor(api): replace go-chi/chi router with go-pkgz/routegroup (#2103)

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

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

6417 of 7598 relevant lines covered (84.46%)

39.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28544415418.1 01 Jul 2026 08:07PM UTC 53
84.46
GitHub Action Run
Source Files on build 28544415418
  • Tree
  • List 53
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c5121fd4 on github
  • Prev Build on master (#28480496696)
  • Next Build on master (#28544463906)
  • 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