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

umputun / revdiff / 25206350155
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/alecthomas/chroma/v2-2.25.0
DEFAULT BRANCH: master
Ran 01 May 2026 07:21AM UTC
Jobs 1
Files 67
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

01 May 2026 07:14AM UTC coverage: 89.69% (+0.1%) from 89.581%
25206350155

Pull #162

github

umputun
fix(ui): land cursor on annotation comment row when jumping via @ or }/{

positionOnAnnotation set diffCursor to the annotated diff line index but
left m.annot.cursorOnAnnotation=false. The cursor render path checks both:
the cursor highlight only moves to the annotation comment sub-row when
cursorOnAnnotation is true. As a result, both @ popup selection and the
new }/{ navigation visually placed the cursor on the diff line above the
comment, one row off the actual annotation.

Set cursorOnAnnotation=true after positioning, matching the invariant that
j/k navigation already maintains when stepping onto an annotated line.
File-level annotations (Line=0) are unaffected — diffCursor=-1 already
represents the annotation row directly, so the flag stays false there.

Skips the flag when the line is collapsed-hidden or a delete-only
placeholder, where the annotation comment row does not render.
Pull Request #162: feat: navigate annotations across files with }/{ keys

109 of 110 new or added lines in 4 files covered. (99.09%)

1 existing line in 1 file now uncovered.

9447 of 10533 relevant lines covered (89.69%)

514.97 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.4
2.02% app/ui/annotlist.go

Coverage Regressions

Lines Coverage ∆ File
1
97.4
2.02% app/ui/annotlist.go
Jobs
ID Job ID Ran Files Coverage
1 25206350155.1 01 May 2026 07:21AM UTC 67
89.69
GitHub Action Run
Source Files on build 25206350155
  • Tree
  • List 67
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #162
  • PR Base - master (#25135350154)
  • 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