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

umputun / ralphex / 21378927894
81%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2026 12:06AM UTC
Jobs 1
Files 27
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

27 Jan 2026 12:04AM UTC coverage: 78.369% (-0.01%) from 78.381%
21378927894

push

github

web-flow
fix: IsIgnored now loads global and system gitignore patterns (#35)

* fix: IsIgnored now loads global and system gitignore patterns

Two issues fixed:

1. go-git's LoadGlobalPatterns() only reads core.excludesfile from
   ~/.gitconfig, but git also checks the default XDG location
   (~/.config/git/ignore) even without core.excludesfile being set.
   Added loadXDGGlobalPatterns() fallback for this case.

2. HasChangesOtherThan() had incorrect condition for detecting untracked
   files. go-git sets BOTH Staging and Worktree to Untracked ('?') for
   untracked files, but the code checked for Staging == Unmodified (' ').
   Simplified condition to just check Worktree == Untracked.

* style: use strings.SplitSeq for efficiency

22 of 35 new or added lines in 1 file covered. (62.86%)

3460 of 4415 relevant lines covered (78.37%)

64.32 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
13
69.52
0.82% pkg/git/git.go
Jobs
ID Job ID Ran Files Coverage
1 21378927894.1 27 Jan 2026 12:05AM UTC 27
78.37
GitHub Action Run
Source Files on build 21378927894
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b693f5d7 on github
  • Prev Build on refs/tags/v0.4.2 (#21377194674)
  • Next Build on master (#21379012976)
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