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

rm-hull / git-commit-summary / 28627708297

02 Jul 2026 11:19PM UTC coverage: 31.188%. Remained the same
28627708297

push

github

web-flow
feat: add `--no-verify` flag to skip git hooks (#141)

* feat: add --no-verify flag to skip git hooks

Introduced the `--no-verify` flag to allow bypassing pre-commit or
commit-msg hooks during the commit process, mirroring native git
functionality. Updated the CLI parser, application flow, and internal
Git client to propagate this option.

* Update README.md

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

* Update main.go

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

* Update main.go

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

* Update main.go

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

* Fix tests

* refactor: introduce RunOptions struct for command execution

Consolidated multiple command-line arguments into a `RunOptions` struct
to simplify the signature of the `App.Run` method and improve
maintainability of CLI flags.

```mermaid
graph TD
    A[main.go] -->|Populates| B(RunOptions)
    B -->|Passed to| C[App.Run]
    C -->|Uses| D[internal/app/app.go]
```

* refactor: pass RunOptions by value and handle Run errors

- Changed `Run` method signature to accept `RunOptions` by value instead

  of a pointer for consistency.
- Updated `main.go` to initialize `RunOptions` as a value.
- Added `handleError(err)` call in `main.go` to ensure application
  failures are properly reported.

---------

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

0 of 17 new or added lines in 3 files covered. (0.0%)

412 of 1321 relevant lines covered (31.19%)

0.34 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

8.54
/internal/git/client.go


Source Not Available

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