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

umputun / revdiff / 25206098825
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: pi-revdiff-claude-workflow
DEFAULT BRANCH: master
Ran 01 May 2026 07:11AM 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:08AM UTC coverage: 89.686%. First build
25206098825

push

github

umputun
fix(review-loop): final cleanup pass — addressed 2 minor findings

- [minor] app/ui/annotnav.go:25 — handleAnnotNav was O(N²) (len(flat) outer
  retries × pickAdjacentAnnotation O(N) inner). Refactored to compute the
  starting flat-list index once via startingFlatIndex, then walk indexes
  directly with ±1 step. Each candidate is examined at most once → O(N)
  worst case even when every annotation is non-jumpable.

- [minor] app/ui/annotnav.go:81 — currentAnnotKey mapped ALL ChangeDivider
  rows to line=-1, which is correct for leading dividers but causes
  middle/trailing dividers (reachable via mouse-click) to short-circuit
  forward } back to the file-level/first same-file annotation. Fixed by
  walking back to the nearest preceding non-divider line via
  dividerAnnotKey and inheriting its position; only leading dividers (no
  prior non-divider line) fall back to line=-1.

Tests added for middle/trailing/consecutive-divider cases at both unit
and integration level. The pickAdjacentAnnotation table tests now run
through a test-only wrapper around startingFlatIndex so the picking
algorithm documentation is preserved.

21 of 21 new or added lines in 1 file covered. (100.0%)

9443 of 10529 relevant lines covered (89.69%)

514.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25206098825.1 01 May 2026 07:11AM UTC 67
89.69
GitHub Action Run
Source Files on build 25206098825
  • Tree
  • List 67
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a5a5e4d0 on github
  • Next Build on feature/annotation-navigation (#25206229773)
  • 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