• 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 / 24466880825
88%
master: 90%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.6.1
DEFAULT BRANCH: master
Ran 15 Apr 2026 05:34PM UTC
Jobs 1
Files 55
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

15 Apr 2026 04:47PM UTC coverage: 88.025% (-1.0%) from 89.0%
24466880825

Pull #112

github

nvahalik
Add Jujutsu (jj) support

Parallels the existing Mercurial backend: auto-detects .jj repositories
(takes precedence over .git in colocated layouts so reads go through the
jj working-copy model), translates git-style refs (HEAD → @-, HEAD~N → @
plus N+1 dashes, A..B → --from/--to) to jj revsets, and pipes jj diff
--git output through parseUnifiedDiff. jj emits raw bytes for binary
files instead of the "Binary files … differ" marker, so a pre-parse pass
rewrites such hunks so the existing binary placeholder path kicks in.

--all-files now also supports jj via NewJjDirectoryReader (jj file list);
Mercurial remains unsupported for that mode. Adds jj blame through jj
file annotate with a tab-separated template.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pull Request #112: Add Jujutsu (jj) support

165 of 269 new or added lines in 5 files covered. (61.34%)

6748 of 7666 relevant lines covered (88.03%)

339.45 hits per line

Uncovered Changes

Lines Coverage ∆ File
67
59.64
app/diff/jj.go
14
71.43
app/diff/jjblame.go
13
73.47
-23.2% app/diff/directory.go
10
51.19
-0.37% app/renderer_setup.go
Jobs
ID Job ID Ran Files Coverage
1 24466880825.1 15 Apr 2026 05:34PM UTC 55
88.03
GitHub Action Run
Source Files on build 24466880825
  • Tree
  • List 55
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #112
  • PR Base - master (#24440661846)
  • 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