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

futpib / slopd / 24604753368
85%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2026 12:36PM UTC
Jobs 1
Files 8
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

18 Apr 2026 12:31PM UTC coverage: 85.045% (+0.4%) from 84.655%
24604753368

push

github

futpib
fix: listen tests hang forever due to missing pane_id and no read timeout

Three listen tests (listen_no_filters_receives_all_events,
listen_receives_hook_event, listen_filters_out_non_matching_events)
were broken by b2e59b2 which made slopd silently drop hooks without a
pane_id. The tests fired hooks with pane_id=None against a TestEnv
with no managed pane, so events never arrived and blocking read_line
calls hung the test forever.

Fix both issues:
- Create a managed pane (slopctl run) and pass its pane_id to fire_hook
- Add read_line_timeout helper that moves read_line into a background
  thread with recv_timeout(10s), so no test can hang indefinitely
- Update read_next_hook_event to use read_line_timeout
- Convert all remaining bare blocking read_line calls in listen tests

3031 of 3564 relevant lines covered (85.04%)

1205308.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
62
87.1
0.34% libslopctl/src/lib.rs
46
91.08
0.34% libslop/src/lib.rs
40
87.14
-0.5% slopd/src/main.rs
Jobs
ID Job ID Ran Files Coverage
1 24604753368.1 18 Apr 2026 12:36PM UTC 8
85.04
GitHub Action Run
Source Files on build 24604753368
  • Tree
  • List 8
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24604753368
  • 2a31f0c5 on github
  • Prev Build on master (#24055624050)
  • Next Build on master (#24604758821)
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