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

rm-hull / git-commit-summary / 27482025740
31%

Build:
DEFAULT BRANCH: main
Ran 13 Jun 2026 11:17PM UTC
Jobs 1
Files 15
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 Jun 2026 11:16PM UTC coverage: 32.897% (+0.3%) from 32.619%
27482025740

push

github

web-flow
refactor: propagate context through git operations (#130)

* refactor: propagate context through git operations

- Update `GitClient` interface and implementations to accept
`context.Context`
- Use `exec.CommandContext` for all git subprocesses
- Add timeouts to git and LLM operations to ensure long-running calls
  can be cancelled gracefully.

```mermaid
graph TD
    A[UI Model] -->|Pass Context| B[Git Client]
    B -->|Exec Command| C{System Git}
    B -->|Timeout| D[Context Cancellation]
    A -->|Timeout| E[LLM Provider]
```

* Update internal/ui/model.go

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

9 of 27 new or added lines in 3 files covered. (33.33%)

402 of 1222 relevant lines covered (32.9%)

0.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
13
10.77
0.0% internal/git/client.go
4
64.06
0.42% internal/ui/model.go
1
0.0
0.0% internal/app/app.go
Jobs
ID Job ID Ran Files Coverage
1 27482025740.1 13 Jun 2026 11:17PM UTC 15
32.9
GitHub Action Run
Source Files on build 27482025740
  • Tree
  • List 15
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 65909847 on github
  • Prev Build on main (#27480572483)
  • Next Build on main (#27483963148)
  • 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