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

numtide / treefmt / 25289813285
41%
main: 40%

Build:
Build:
LAST BUILD BRANCH: git-walker-parallel
DEFAULT BRANCH: main
Ran 03 May 2026 08:23PM 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:19PM UTC coverage: 41.474%. First build
25289813285

push

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.

47 of 61 new or added lines in 3 files covered. (77.05%)

878 of 2117 relevant lines covered (41.47%)

17.18 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
80.11
walk/git.go
6
74.11
walk/jujutsu.go
Jobs
ID Job ID Ran Files Coverage
1 25289813285.1 03 May 2026 08:23PM UTC 23
41.47
GitHub Action Run
Source Files on build 25289813285
  • Tree
  • List 23
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25289813285
  • b3b063d8 on github
  • Next Build on git-walker-parallel (#25289868151)
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