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

futpib / slopd / 23719075040
85%

Build:
DEFAULT BRANCH: master
Ran 29 Mar 2026 09:07PM UTC
Jobs 1
Files 5
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

29 Mar 2026 09:05PM UTC coverage: 74.841% (-6.4%) from 81.287%
23719075040

push

github

futpib
feat: add transcript replay and history pagination

Add SubscribeTranscript and ReadTranscript endpoints for a future
frontend that needs to simultaneously get the last N records and
subscribe to live updates, with cursor-based scroll-up pagination
and no gaps between historical and live data.

All endpoints use a unified Record envelope with an optional byte-offset
cursor, making the protocol homogeneous across replay, live streaming,
and pagination responses.

New protocol types:
- Record { cursor, source, event_type, pane_id, payload }
- SubscribeTranscript { pane_id, last_n } request
- ReadTranscript { pane_id, before_cursor, limit } request
- TranscriptPage { records: Vec<Record> } response

New CLI commands:
- slopctl listen --pane-id %42 --replay 50
- slopctl transcript %42 [--before CURSOR] [--limit N]

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

231 of 262 new or added lines in 2 files covered. (88.17%)

153 existing lines in 3 files now uncovered.

1651 of 2206 relevant lines covered (74.84%)

108.82 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
83.42
-0.88% slopctl/src/main.rs
25
88.86
-0.17% slopd/src/main.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
83.42
-0.88% slopctl/src/main.rs
1
88.86
-0.17% slopd/src/main.rs
151
5.04
-42.3% slopd/src/bin/mock_claude.rs
Jobs
ID Job ID Ran Files Coverage
1 23719075040.1 29 Mar 2026 09:07PM UTC 5
74.84
GitHub Action Run
Source Files on build 23719075040
  • Tree
  • List 5
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23719075040
  • cb2de75d on github
  • Prev Build on master (#23717689406)
  • Next Build on master (#23721696062)
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