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

dangernoodle-io / pogopin / 28910702808
88%

Build:
DEFAULT BRANCH: main
Ran 08 Jul 2026 01:28AM UTC
Jobs 1
Files 27
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

08 Jul 2026 01:26AM UTC coverage: 80.145% (+0.2%) from 79.958%
28910702808

push

github

web-flow
fix: write per-session status files so concurrent sessions don't clobber each other (#39)

Root cause: every pogo MCP server (one per Claude Code session) overwrote a
single shared ~/.cache/pogopin/status.json via a 15s heartbeat, so a
portless session's write clobbered a concurrent session's open-port entry
(status flicker / cross-session leakage on the statusline and the BR-31
PreToolUse hook).

Fix: each server now writes its own status/<pid>.json. Readers (Go
ReadLivePorts, JS status-lib.js readLivePorts) glob the directory and merge
surviving ports, dropping a file when its owning PID is dead or its
updated_at is older than 45s (3x heartbeat, guards PID reuse). statusline.js
scopes to the caller's own session when CLAUDE_CODE_SESSION_ID is set; the
BR-31 hook now reads the merged view instead of one file. One-time
best-effort cleanup removes the legacy single status.json.

2757 of 3440 relevant lines covered (80.15%)

0.91 hits per line

Coverage Regressions

Lines Coverage ∆ File
12
89.09
6.16% status/status.go
2
62.22
-2.06% mcpserver/server.go
Jobs
ID Job ID Ran Files Coverage
1 28910702808.1 08 Jul 2026 01:28AM UTC 27
80.15
GitHub Action Run
Source Files on build 28910702808
  • Tree
  • List 27
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28910702808
  • 123e2c68 on github
  • Prev Build on main (#28906640052)
  • Next Build on main (#28912253713)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc