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

futpib / slopd / 27026771549
86%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2026 04:27PM 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

05 Jun 2026 12:29PM UTC coverage: 86.677% (-0.5%) from 87.172%
27026771549

push

github

futpib
fix: resolve relative `run --start-directory` against slopctl's cwd

A relative `-c`/`--start-directory` (e.g. `.`) was forwarded to slopd
verbatim, expanded there, and handed to tmux. Because slopd is a
long-lived daemon with its own working directory, `.` resolved against the
daemon's cwd (typically the user's home) rather than the directory the
user ran `slopctl` from, so `slopctl run -c .` started the pane in the
wrong place.

Resolve relative paths against slopctl's own working directory before the
Run request leaves the client. Paths beginning with `~` or containing
`$VAR`, and already-absolute paths, pass through untouched, so slopd still
expands `~`/`$VAR` against its own (possibly remote) environment as
documented.

mock_claude gains a `/cwd` control command so the new e2e test
(run_resolves_relative_start_directory_against_slopctl_cwd) can assert the
spawned pane's actual working directory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

11 of 17 new or added lines in 2 files covered. (64.71%)

21 existing lines in 1 file now uncovered.

4346 of 5014 relevant lines covered (86.68%)

2141727.89 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
67.06
-4.74% slopd/src/bin/mock_claude.rs
1
89.76
0.0% libslopctl/src/lib.rs

Coverage Regressions

Lines Coverage ∆ File
21
67.06
-4.74% slopd/src/bin/mock_claude.rs
Jobs
ID Job ID Ran Files Coverage
1 27026771549.1 05 Jun 2026 04:27PM UTC 8
86.68
GitHub Action Run
Source Files on build 27026771549
  • Tree
  • List 8
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27026771549
  • 8934b7bd on github
  • Prev Build on master (#26988541275)
  • Next Build on master (#27502745451)
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