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

rm-hull / git-commit-summary / 25939007164
32%
main: 34%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/openai/openai-go/v3-3.39.0
DEFAULT BRANCH: main
Ran 15 May 2026 08:10PM 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:09PM UTC coverage: 32.0% (-0.6%) from 32.583%
25939007164

Pull #94

github

rm-hull
feat: add support for including all modified files

Introduced an optional `AddAll` flag to the `GitClient` to allow
committing unstaged changes.

- Updated `GitClient` to support `git add -a` equivalent behavior.
- Refactored `StagedFiles` to `ModifiedFiles` to reflect the broader
  scope.
- Added `--all` flag to the CLI.

```mermaid
sequenceDiagram
    participant User
    participant CLI
    participant GitClient

    User->>CLI: Run with --all
    CLI->>GitClient: NewClient(true)
    CLI->>GitClient: ModifiedFiles()
    GitClient-->>CLI: Returns all tracked modified files
    CLI->>GitClient: Commit()
    GitClient->>GitClient: Executes git commit -a
```
Pull Request #94: feat: add support for including all modified files

1 of 37 new or added lines in 3 files covered. (2.7%)

1 existing line in 1 file now uncovered.

304 of 950 relevant lines covered (32.0%)

0.34 hits per line

Uncovered Changes

Lines Coverage ∆ File
31
0.0
0.0% internal/git/client.go
3
0.0
0.0% main.go
2
66.67
0.0% internal/ui/model.go

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% internal/git/client.go
Jobs
ID Job ID Ran Files Coverage
1 25939007164.1 15 May 2026 08:10PM UTC 14
32.0
GitHub Action Run
Source Files on build 25939007164
  • Tree
  • List 14
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #94
  • PR Base - main (#25866264943)
  • 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