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

umputun / revdiff / 24008507900
90%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2026 07:14PM UTC
Jobs 1
Files 16
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

05 Apr 2026 07:13PM UTC coverage: 92.814% (-0.04%) from 92.853%
24008507900

push

github

web-flow
feat(ui): show current line number in status bar (#23)

* feat: add lineNumberSegment helper for status bar line indicator

* feat: integrate lineNumberSegment into status bar with degradation

* feat: verify lineNumberSegment acceptance criteria

* feat: update documentation for status bar line number indicator

* fix: update degradation comment to reflect line number segment

* move completed plan: 2026-04-05-status-bar-line-number.md

* chore: remove completed plan file

* fix: use dynamic denominator in line number segment based on change type

The denominator in L:42/380 was using max(OldNum, NewNum) across all
diff lines, which could show the old file length when lines were removed
from the end. Now uses maxOld on removed lines and maxNew on
context/added lines, so the denominator always matches the file side
the cursor is on.

Note: revdiff uses -U1000000 (full file context), so the denominator
always covers the entire file — but the old/new distinction still
matters when lines are added or removed.

Also fixes 3x testifylint: assert.Empty instead of assert.Equal(t, "").

---------

Co-authored-by: rashpile <koptilin@gmail.com>

34 of 38 new or added lines in 1 file covered. (89.47%)

3216 of 3465 relevant lines covered (92.81%)

479.03 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
98.03
-0.37% ui/model.go
Jobs
ID Job ID Ran Files Coverage
1 24008507900.1 05 Apr 2026 07:14PM UTC 16
92.81
GitHub Action Run
Source Files on build 24008507900
  • Tree
  • List 16
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 82e575c7 on github
  • Prev Build on master (#24007674902)
  • Next Build on master (#24009015554)
  • 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