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

umputun / revdiff / 25018428376 / 1
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 27 Apr 2026 08:42PM UTC
Files 66
Run time 3s
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

27 Apr 2026 08:41PM UTC coverage: 89.622% (+0.02%) from 89.602%
25018428376.1

push

github

web-flow
feat: review info popup (i) with --description and aggregate stats (#155)

* feat(diff,review): CommitLogger capability and review stats package

- Add CommitLogger optional capability to diff.Renderer surface so VCS
  backends (git/hg/jj) can enumerate commits in a ref range; consumers
  type-assert and gracefully fall back when unavailable.
- Define CommitInfo with pre-sanitized Author/Subject/Body fields and a
  MaxCommits cap; add splitCommitDesc helper so all VCS parsers expose a
  uniform subject/body pair.
- Export SanitizeCommitText (renamed from unexported helper) so the same
  ANSI/CSI/C0/DEL/C1/invalid-UTF-8 strip path serves commit metadata,
  description prose, and overlay detail rows.
- Add CountChanges helper and FileEntryPaths to keep stats counting and
  path extraction in one place.
- Introduce app/review package with ComputeStats / FileDiffer interface
  and safeWorkDirPath validation for untracked-file reads. Validation is
  best-effort lexical+symlink check against a non-racing filesystem;
  TOCTOU window between Stat and the later Open is documented.

* feat(ui,cli): unified info popup (i) with description, scope, and commit log

User-facing info overlay reachable via the i key, replacing the prior
commit-only popup with a richer review-info surface.

CLI:
- --description / --description-file populate a markdown description
  section inside the popup. File reads cap at 256 KB via io.LimitReader,
  reject non-regular targets (FIFOs, devices, dirs), and route through
  the shared SanitizeCommitText strip path. The two flags are mutually
  exclusive at parse time.

Keymap:
- Rename ActionCommitInfo to ActionInfo. Pre-rename keybinding files
  using "commit_info" still load: the parser accepts the deprecated
  alias, rewrites it to the canonical action, and emits a one-time WARN.

UI:
- New app/ui/overlay/info.go renders the unified popup: description
  prose (chroma-highlighted once at NewModel time), invocation scope
  rows, file/s... (continued)

9309 of 10387 relevant lines covered (89.62%)

505.72 hits per line

Source Files on job 25018428376.1
  • Tree
  • List 66
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25018428376
  • 8645569c on github
  • Prev Job for on master (#25012247360.1)
  • Next Job for on master (#25018668789.1)
  • Delete
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