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

stacklok / toolhive / 23534304405
65%

Build:
DEFAULT BRANCH: main
Ran 25 Mar 2026 09:39AM UTC
Jobs 1
Files 577
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

25 Mar 2026 09:35AM UTC coverage: 65.179% (+1.2%) from 63.998%
23534304405

push

github

web-flow
Move TTL refresh into LocalStorage.Load, remove Session.Touch() (#4337)

Session.Touch() was a leaky abstraction — for Redis-backed sessions it was
a no-op (GETEX already refreshes the TTL on read), while for LocalStorage
the in-memory timestamp update was driven by the caller (Manager.Get) rather
than the storage backend that actually needs it.

TTL refresh is now a storage concern: LocalStorage.Load updates the session's
last-access timestamp via a package-local `touchable` interface, and
Manager.Get no longer calls Touch(). Touch() is removed from the Session
interface and from the MockMultiSession mock, eliminating the
`.EXPECT().Touch().AnyTimes()` boilerplate across all session-related tests.

Co-authored-by: taskbot <taskbot@users.noreply.github.com>

33 of 52 new or added lines in 1 file covered. (63.46%)

79 existing lines in 8 files now uncovered.

51199 of 78551 relevant lines covered (65.18%)

131.14 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
19
71.53
-24.08% pkg/transport/session/storage_local.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
79.79
-0.52% pkg/transport/proxy/httpsse/http_proxy.go
2
57.89
-3.51% pkg/transport/session/sse_session.go
2
82.98
-0.26% pkg/vmcp/composer/workflow_engine.go
2
51.71
-0.19% pkg/workloads/manager.go
4
80.8
-0.84% pkg/transport/proxy/transparent/transparent_proxy.go
16
74.61
-7.55% pkg/vmcp/session/types/mocks/mock_session.go
18
71.53
-24.08% pkg/transport/session/storage_local.go
33
69.19
-11.86% pkg/transport/session/manager.go
Jobs
ID Job ID Ran Files Coverage
1 23534304405.1 25 Mar 2026 09:38AM UTC 577
65.18
GitHub Action Run
Source Files on build 23534304405
  • Tree
  • List 577
  • Changed 37
  • Source Changed 3
  • Coverage Changed 37
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23534304405
  • 46b63d53 on github
  • Prev Build on main (#23533148569)
  • Next Build on main (#23536679593)
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