• 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 / 24136129505
87%
master: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/alecthomas/chroma/v2-2.25.0
DEFAULT BRANCH: master
Ran 08 Apr 2026 12:49PM UTC
Jobs 1
Files 24
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

08 Apr 2026 11:46AM UTC coverage: 89.612% (-1.0%) from 90.562%
24136129505

Pull #51

github

rashpile
docs(skill): refine timeout guidance with background-task handling

Replace the hardcoded 1800000 suggestion with "max supported by your
harness" after discovering that Claude Code caps at 600000 but does not
kill the child process — it auto-backgrounds the bash call and hands the
model a task output path. The session auto-resumes when the task
completes.

Split Step 3 recovery into two cases:
  - Case A: background task handoff (Claude Code): do not Read the task
    output file while the child is still running; poll via BashOutput or
    trust the auto-resume, then cat the known output path on completion.
  - Case B: hard timeout error (no background handoff): the existing
    user-confirmation + ls -t /tmp/revdiff-output-* recovery.

Validated by running a real revdiff session in a separate Claude Code,
watching the JSONL transcript cross the 600000ms boundary, and observing
auto-background + auto-resume behaviour.
Pull Request #51: docs(skill): handle long-running launcher on harnesses with short bash timeouts

4546 of 5073 relevant lines covered (89.61%)

467.17 hits per line

Coverage Regressions

Lines Coverage ∆ File
39
57.05
-0.79% app/main.go
35
84.65
-5.15% app/diff/diff.go
22
92.11
-4.56% app/ui/filetree.go
14
93.7
-0.84% app/ui/annotate.go
14
91.19
-2.44% app/ui/model.go
12
93.88
-4.95% app/ui/styles.go
11
95.45
0.08% app/keymap/keymap.go
7
87.57
-2.24% app/diff/fallback.go
3
96.77
2.0% app/ui/diffview.go
Jobs
ID Job ID Ran Files Coverage
1 24136129505.1 08 Apr 2026 12:49PM UTC 24
89.61
GitHub Action Run
Source Files on build 24136129505
  • Tree
  • List 24
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #51
  • PR Base - master (#24072263720)
  • 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