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

umputun / secrets / 17134404067 / 1
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/github-actions-updates-35b2a8182b
DEFAULT BRANCH: master
Ran 21 Aug 2025 05:34PM UTC
Files 12
Run time 0s
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

20 Aug 2025 07:39PM UTC coverage: 84.789% (+1.2%) from 83.595%
17134404067.1

push

github

web-flow
Migrate from chi router to go-pkgz/routegroup (#71)

* feat: migrate from chi router to go-pkgz/routegroup

migrate from chi router to go-pkgz/routegroup using native Go 1.22+ routing patterns.

key changes:
- replace chi router with go-pkgz/routegroup and http.ServeMux
- update route definitions to use Go 1.22+ pattern syntax (GET /path/{param})
- migrate from chi.URLParam to native r.PathValue for path parameters
- replace chi middlewares with go-pkgz/rest equivalents where possible
- remove pkg/errors dependency in favor of stdlib errors and fmt.Errorf
- simplify custom logger middleware with security masking for sensitive paths
- add tests for new StripSlashes and Timeout middlewares
- remove unnecessary Trace middleware
- upgrade tollbooth from v7 to v8
- improve logging with structured INFO level messages for business events
- add status descriptions to access logs (success/wrong pin/error)

this migration improves performance by using the native Go router while
maintaining all existing functionality and security features.

* fix: add missing INFO logging for web controller message access

- Add INFO level logging to loadMessageCtrl to match API controller pattern
- Include status descriptions (success, wrong pin, not found) for all outcomes
- Ensures consistent logging across both web UI and API endpoints

825 of 973 relevant lines covered (84.79%)

10.96 hits per line

Source Files on job 17134404067.1
  • Tree
  • List 12
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17134404067
  • 2bd883f4 on github
  • Prev Job for on refs/tags/v1.6.0 (#17087436730.1)
  • 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