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

rm-hull / git-commit-summary / 28627708297
29%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 11:20PM UTC
Jobs 1
Files 16
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

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

Uncovered Changes

Lines Coverage ∆ File
9
0.0
0.0% main.go
4
0.0
0.0% internal/app/app.go
4
8.54
-0.16% internal/git/client.go
Jobs
ID Job ID Ran Files Coverage
1 28627708297.1 02 Jul 2026 11:20PM UTC 16
31.19
GitHub Action Run
Source Files on build 28627708297
  • Tree
  • List 16
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e5b18b80 on github
  • Prev Build on main (#28353834593)
  • Next Build on main (#28658153014)
  • 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