• 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 / 24029398710
92%
master: 91%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.13.0
DEFAULT BRANCH: master
Ran 06 Apr 2026 05:07PM UTC
Jobs 1
Files 18
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

06 Apr 2026 11:02AM UTC coverage: 91.745%. Remained the same
24029398710

Pull #36

github

i-kozlov
fix: pass caller's PATH to overlay subprocesses

On macOS with Homebrew (Apple Silicon), overlay subprocesses started via
`sh -c` get a minimal PATH without /opt/homebrew/bin. This causes tools
like git-lfs to not be found, breaking `git diff` inside revdiff TUI.

Fix: capture the caller's PATH and pass it explicitly using each
terminal's native env mechanism:
- tmux: display-popup -e "PATH=..."
- kitty: launch --env "PATH=..."
- wezterm: env "PATH=..." sh -c (no native --env flag)
Pull Request #36: fix: pass caller's PATH to overlay subprocesses

3912 of 4264 relevant lines covered (91.74%)

460.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24029398710.1 06 Apr 2026 05:07PM UTC 18
91.74
GitHub Action Run
Source Files on build 24029398710
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #36
  • PR Base - master (#24026274635)
  • 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