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

umputun / stash / 19919183805 / 1
82%
master: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/cargo/lib/stash-rust/bytes-1.11.1
DEFAULT BRANCH: master
Ran 04 Dec 2025 05:55AM UTC
Files 17
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

04 Dec 2025 05:52AM UTC coverage: 82.389% (-0.2%) from 82.631%
19919183805.1

Pull #23

github

umputun
feat(auth): add persistent session storage in database

store sessions in database instead of memory so server reboots
will not invalidate user sessions. sessions table uses same database
as KV store with proper timezone handling (TIMESTAMPTZ for postgres,
text with timezone for sqlite).

changes:
- add SessionStore interface for session CRUD operations
- add sessions table with token, username, expires_at columns
- add background cleanup goroutine with configurable interval
- add context.Context to all store methods for proper cancellation
- use UTC consistently for session expiration checks
- add comprehensive tests for session persistence and timezone handling
Pull Request #23: feat(auth): add persistent session storage in database

2311 of 2805 relevant lines covered (82.39%)

89.46 hits per line

Source Files on job 19919183805.1
  • Tree
  • List 17
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19919183805
  • 9d1334ac on github
  • Prev Job for on persistent-sessions (#19879117142.1)
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