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

agama-project / agama / 26882346400
83%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2026 11:43AM UTC
Jobs 3
Files 932
Run time 2min
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 Jun 2026 11:40AM UTC coverage: 81.462% (+0.002%) from 81.46%
26882346400

push

github

web-flow
fix(web): add redirects for refactored authentication and system routes (#3578)

## Summary

This PR introduces redirects for legacy routes that were consolidated in
recent refactoring (_System_ in #3482, _Authentication_ in #3531).
Without these redirects, accessing the old URLs would result in 404
errors. While direct access to these URLs is not a common scenario at
this stage of development, maintaining redirects improves robustness,
preserves user experience, and follows good routing practices.

## Changes

Uses `<Navigate>` with `replace` option to avoid polluting browser
history, ensuring that the back button behaves intuitively after a
redirect.

- /hostname -> /system  (`HostnamePage` merged into `SystemPage`)
- /users/first, /users/first/edit, /users/root/edit -> `/users`
(`FirstUserForm` and `RootUserForm` unified into `AuthenticationForm`)

## Future Considerations

- This pattern should be reused for any future route
change/consolidation.
- After certain time, these redirects can be safely removed.

4399 of 6435 branches covered (68.36%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

23860 of 28255 relevant lines covered (84.45%)

97.69 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
96.15
0.15% web/web/src/router.tsx
Subprojects
ID Flag name Job ID Ran Files Coverage
3 web 26882346400.3 03 Jun 2026 11:43AM UTC 615
77.51
GitHub Action Run
1 rust 19474749743.1 18 Nov 2025 05:18PM UTC 185
22.45
GitHub Action Run
3 service 26586921140.3 28 May 2026 04:15PM UTC 317
92.47
GitHub Action Run
Source Files on build 26882346400
  • Tree
  • List 932
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26882346400
  • 1b5218bc on github
  • Prev Build on master (#26829461125)
  • Next Build on master (#26945170747)
  • 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