• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

umputun / revdiff / 24008374759
93%
master: 90%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.6.1
DEFAULT BRANCH: master
Ran 05 Apr 2026 07:13PM 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:05PM UTC coverage: 92.814% (-0.03%) from 92.845%
24008374759

Pull #23

github

shamanod
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, "").
Pull Request #23: feat(ui): show current line number in status bar

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

3 existing lines in 2 files now uncovered.

3216 of 3465 relevant lines covered (92.81%)

479.03 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
98.03
-0.36% ui/model.go

Coverage Regressions

Lines Coverage ∆ File
2
94.2
-0.03% ui/annotate.go
1
98.03
-0.36% ui/model.go
Jobs
ID Job ID Ran Files Coverage
1 24008374759.1 05 Apr 2026 07:13PM UTC 16
92.81
GitHub Action Run
Source Files on build 24008374759
  • Tree
  • List 16
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #23
  • PR Base - master (#23998312690)
  • 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