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

rm-hull / git-commit-summary / 28707077891
34%
main: 34%

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

04 Jul 2026 01:01PM UTC coverage: 30.435%. First build
28707077891

Pull #147

github

rm-hull
feat: add configurable file ignore patterns

Introduce a `.gitcommitsummaryignore` system to exclude files from git
diffs. Exclusions are resolved from multiple locations (default, home,
XDG config, and project root) to provide better control over what is
analyzed by the LLM.

```mermaid
graph LR
    A[Default Patterns] --> D(Exclusion Resolver)
    B[~/.gitcommitsummaryignore] --> D
    C[./.gitcommitsummaryignore] --> D
    D --> E{Git Diff Args}
    E --> F[Excluded Files]
```
Pull Request #147: feat: add configurable file ignore patterns

36 of 80 new or added lines in 2 files covered. (45.0%)

455 of 1495 relevant lines covered (30.43%)

0.33 hits per line

Uncovered Changes

Lines Coverage ∆ File
41
46.75
internal/git/exclusions.go
3
8.81
internal/git/client.go
Jobs
ID Job ID Ran Files Coverage
1 28707077891.1 04 Jul 2026 01:03PM UTC 18
30.43
GitHub Action Run
Source Files on build 28707077891
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #147
  • 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