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

umputun / revdiff / 24821351290
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.6.1
DEFAULT BRANCH: master
Ran 23 Apr 2026 06:53AM UTC
Jobs 1
Files 59
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

23 Apr 2026 06:52AM UTC coverage: 89.548% (+0.2%) from 89.327%
24821351290

Pull #143

github

umputun
fix(keymap): address Copilot findings on chord parser

Two edge cases Copilot flagged on PR #143:

1. Standalone ">" key was unbindable — the chord gate was
   strings.Contains(rawKey, ">"), which treats a bare ">" as
   malformed chord syntax. Narrow the gate to also require
   rawKey != ">" so "map > quit" and "unmap >" work.

2. "map ctrl+w>esc foo" parsed and stored a binding that could
   never fire, because handleChordSecond treats esc as unconditional
   cancel before ResolveChord. Reject esc (and the "escape" alias)
   as a chord second-stage key at parse time with a warning, so the
   silent failure becomes loud and actionable. Matches the locked
   design decision that esc is reserved for cancel.
Pull Request #143: feat: leader-based chord keybindings (kitty-style ctrl+w>x)

133 of 133 new or added lines in 6 files covered. (100.0%)

8036 of 8974 relevant lines covered (89.55%)

465.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24821351290.1 23 Apr 2026 06:53AM UTC 59
89.55
GitHub Action Run
Source Files on build 24821351290
  • Tree
  • List 59
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #143
  • PR Base - master (#24798353579)
  • Delete
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