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

futpib / claugrep / 28981895779
91%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2026 11:07PM UTC
Jobs 1
Files 9
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 Jul 2026 11:03PM UTC coverage: 91.085% (-0.04%) from 91.128%
28981895779

push

github

futpib-bot2
fix(search): stop --all-projects from duplicating cross-project matches

Multi-project search printed the same matches under several project
headers and reported an inflated total. Two independent causes, both in
the multi-project path:

- get_worktree_paths ran `git worktree list` in each project's decoded
  path. For a path that is a *subdirectory* of a repo, git ascends to the
  enclosing repo and returns its worktree root, so a parent project's
  sessions leaked into the subdir's group (e.g. /home/claude/code
  inheriting all of /home/claude's history). Only expand worktrees when
  the repo toplevel is the path itself.

- MultiSource::discover_projects yields one entry per backend, so a
  directory surfaced by both Claude and opencode produced two identical
  project groups. discover_sessions already unions every backend for a
  path, so dedup by decoded path when grouping sessions for search.

Both fixes are covered by regression tests that fail against the prior
behavior.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PiBAmj2Bc6i3CvHJHCBbCz

76 of 84 new or added lines in 2 files covered. (90.48%)

1 existing line in 1 file now uncovered.

4383 of 4812 relevant lines covered (91.08%)

43.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
88.09
-0.04% src/main.rs
2
89.78
0.07% src/sessions.rs

Coverage Regressions

Lines Coverage ∆ File
1
89.78
0.07% src/sessions.rs
Jobs
ID Job ID Ran Files Coverage
1 28981895779.1 08 Jul 2026 11:07PM UTC 9
91.08
GitHub Action Run
Source Files on build 28981895779
  • Tree
  • List 9
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28981895779
  • fe727f62 on github
  • Prev Build on master (#28975456209)
  • 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