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

rm-hull / git-commit-summary / 28681651800
30%
main: 34%

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 03 Jul 2026 08:18PM UTC
Jobs 1
Files 17
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

03 Jul 2026 08:17PM UTC coverage: 29.22% (-2.0%) from 31.188%
28681651800

Pull #142

github

rm-hull
refactor: consolidate error handling into RunOptions

Moves the global `handleError` function into `internal/app/app.go` as a
`HandleError` method on `RunOptions` to centralize and improve
consistency of error reporting across the application.

```mermaid
sequenceDiagram
    participant M as Main
    participant R as RunOptions

    M->>R: HandleError(err)
    alt is Aborted
        R->>M: Exit (code 1 if file, 0 otherwise)
    else is Error
        R->>M: Print to Stderr, Exit 1
    end
```
Pull Request #142: feat: add support for git prepare-commit-msg hook

0 of 121 new or added lines in 4 files covered. (0.0%)

412 of 1410 relevant lines covered (29.22%)

0.32 hits per line

Uncovered Changes

Lines Coverage ∆ File
54
0.0
internal/setup/hooks.go
37
0.0
0.0% main.go
29
0.0
0.0% internal/app/app.go
1
8.48
-0.05% internal/git/client.go
Jobs
ID Job ID Ran Files Coverage
1 28681651800.1 03 Jul 2026 08:18PM UTC 17
29.22
GitHub Action Run
Source Files on build 28681651800
  • Tree
  • List 17
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #142
  • PR Base - main (#28671113484)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc