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

umputun / agterm / 33692583628
97%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2026 10:57PM UTC
Jobs 1
Files 119
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

02 Sep 2026 10:54PM UTC coverage: 97.444% (+0.001%) from 97.443%
33692583628

push

github

web-flow
feat(control): let session.paste address a pane (#529)

`session.paste` always went to the main pane while its documented read-back `session.text` takes
`--pane`, so scripting a split meant writing one pane and reading another. The repo's own recipe
records the gap: `cookbook/annotate-claude-replies` falls back to typing a one-line pointer when the
chord fires in a split or scratch pane, because multi-line text needs paste and paste could not reach
that pane.

`--pane` is parsed in the dispatcher through the same `parsePane` that `session.status` and
`session.restore` use, so the role and position aliases the shared CLI `validatePaneArgument` accepts
actually resolve, an unparseable value answers the pinned `--pane must be left, right, or scratch`,
and a raw socket client running no `validate()` gets that same rejection. The app action takes the
parsed `StatusPane`, which keeps the spelling out of the app target and makes an unknown pane
unrepresentable there. A pane that parses but is not laid out is refused in `session.type`'s words:
`session has no split pane`, `session has no scratch terminal`.

Omitted keeps `addressableSurface`, so every existing caller is unchanged and a promoted split
survivor is still reached; without the flag the CLI sends no `args`.

`session.selectall` shares the binding arm and stays main-only: its read-back `session.copy` has no
pane either, and the pair has to resolve one surface.

8 of 8 new or added lines in 2 files covered. (100.0%)

9608 of 9860 relevant lines covered (97.44%)

4138480.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33692583628.1 02 Sep 2026 10:57PM UTC 119
97.44
GitHub Action Run
Source Files on build 33692583628
  • Tree
  • List 119
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33692583628
  • 3e674c89 on github
  • Prev Build on master (#33668188420)
  • Next Build on master (#33692913491)
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