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

dcdpr / jp / 25800698068
65%

Build:
DEFAULT BRANCH: main
Ran 13 May 2026 01:02PM UTC
Jobs 1
Files 302
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

13 May 2026 01:00PM UTC coverage: 66.49% (+0.1%) from 66.371%
25800698068

push

github

web-flow
chore(tools): Add `git_blame` tool to project tooling (#631)

Implements a `git_blame` tool backed by `git blame --porcelain`,
exposing per-line authorship over a bounded line range to the assistant
during pair-programming sessions.

Output is grouped by commit: consecutive lines that share the same
blamed commit are collapsed into a single hunk, so token cost scales
with the number of distinct commits rather than the number of lines.
Each hunk carries `hash`, `short_hash`, `author`, `date`, `summary`, and
— when present — a `previous` field containing the commit that owned
those lines before the current change. That lets the assistant drill
back through line history with a follow-up `git_show` or
`git_diff_commit` call without an extra blame invocation.

The range is capped at 200 lines per call. Validation rejects zero-based
start lines, inverted ranges, and oversized windows with a clear error
message before any subprocess is spawned. An optional `revision`
parameter allows blaming at any commit, tag, or branch;
`ignore_whitespace` passes `-w` through to git.

The tool is wired into the MCP tool registry and added to the
git-reading skill so it is available whenever that skill is active.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

211 of 246 new or added lines in 5 files covered. (85.77%)

26027 of 39144 relevant lines covered (66.49%)

218.05 hits per line

Uncovered Changes

Lines Coverage ∆ File
26
88.55
.config/jp/tools/src/git/blame.rs
9
85.51
-12.8% .config/jp/tools/src/git.rs
Jobs
ID Job ID Ran Files Coverage
1 25800698068.1 13 May 2026 01:02PM UTC 302
66.49
GitHub Action Run
Source Files on build 25800698068
  • Tree
  • List 302
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25800698068
  • 6d768199 on github
  • Prev Build on main (#25732515227)
  • Next Build on main (#25827631389)
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