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

numtide / treefmt / 25289868151
41%
main: 40%

Build:
Build:
LAST BUILD BRANCH: git-walker-parallel
DEFAULT BRANCH: main
Ran 03 May 2026 08:25PM UTC
Jobs 1
Files 23
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

03 May 2026 08:23PM UTC coverage: 41.474% (+1.9%) from 39.606%
25289868151

Pull #694

github

Mic92
walk: unblock producers when Close() is called before EOF

When the format loop exits early (Ctrl+C, or `on-unmatched = fatal`),
walker.Close() is called while producers are still blocked on send --
git/jj on a full 64 KB stdout pipe (~1.6k paths), the filesystem walker
on a full filesCh -- so errgroup.Wait() hangs until kill -9.

Have Close() fire a cancellation signal first: a context for the git/jj
readers (also kills the child via exec.CommandContext) and a done
channel that filepath.Walk selects against. Regression tests overflow
the buffer and assert Close() returns without Read() being called.
Pull Request #694: walk/git: split ls-files and stat paths concurrently

143 of 178 new or added lines in 3 files covered. (80.34%)

1 existing line in 1 file now uncovered.

878 of 2117 relevant lines covered (41.47%)

17.21 hits per line

Uncovered Changes

Lines Coverage ∆ File
29
80.11
2.33% walk/git.go
6
74.11
-3.34% walk/jujutsu.go

Coverage Regressions

Lines Coverage ∆ File
1
80.11
2.33% walk/git.go
Jobs
ID Job ID Ran Files Coverage
1 25289868151.1 03 May 2026 08:25PM UTC 23
41.47
GitHub Action Run
Source Files on build 25289868151
  • Tree
  • List 23
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25289868151
  • Pull Request #694
  • PR Base - main (#24464488257)
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