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

rm-hull / git-commit-summary / 25939978073
32%

Build:
DEFAULT BRANCH: main
Ran 15 May 2026 08:33PM UTC
Jobs 1
Files 14
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

15 May 2026 08:32PM UTC coverage: 32.271% (+0.3%) from 32.0%
25939978073

push

github

web-flow
feat: add `--yolo` flag for immediate commits (#93)

* feat: add --yolo flag for immediate commits

Introduced a `yolo` mode that bypasses the interactive confirmation
step. When enabled, the application automatically commits the generated
summary upon receiving it from the LLM.

```mermaid
graph LR
    A[LLM Result] --> B{YOLO mode?}
    B -- Yes --> C[Commit Immediately]
    B -- No --> D[Show Confirmation UI]
```

* feat: add all flag to CLI command

Properly register the `all` flag as a pointer variable to ensure it is
correctly captured and passed to the `git.Client` during application
initialization.

* fix: handle empty commit summary in YOLO mode

Stop execution and report an error if the LLM fails to generate a
commit message while in `yolo` mode to prevent committing empty
summaries.

11 of 30 new or added lines in 3 files covered. (36.67%)

314 of 973 relevant lines covered (32.27%)

0.35 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
0.0
0.0% internal/app/app.go
6
66.24
-0.42% internal/ui/model.go
6
0.0
0.0% main.go
Jobs
ID Job ID Ran Files Coverage
1 25939978073.1 15 May 2026 08:33PM UTC 14
32.27
GitHub Action Run
Source Files on build 25939978073
  • Tree
  • List 14
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1e3c504b on github
  • Prev Build on main (#25939413590)
  • Next Build on main (#25996432860)
  • 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