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

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

Build:
DEFAULT BRANCH: main
Ran 15 May 2026 08:19PM 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:19PM UTC coverage: 32.0% (-0.6%) from 32.583%
25939406075

push

github

web-flow
feat: add support for including all modified files (#94)

* 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
```

* refactor: unexport addAll field in Client

Change the visibility of the `addAll` field in the `Client` struct to
private to encapsulate internal state and follow Go idiomatic practices.

* chore: update spinner message text

Change the spinner text from "modified changes" to "modified files" to
improve clarity and consistency with Git terminology.

* fix: update error message for git status

Change "no changes are staged" to "no changes detected" to more
accurately reflect scenarios where no git changes exist in the
repository.

2 of 38 new or added lines in 3 files covered. (5.26%)

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 25939406075.1 15 May 2026 08:19PM UTC 14
32.0
GitHub Action Run
Source Files on build 25939406075
  • Tree
  • List 14
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c10d7fc2 on github
  • Prev Build on main (#25866264943)
  • Next Build on main (#25939413590)
  • 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