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

umputun / ralphex
78%
master: 82%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.26.3
DEFAULT BRANCH: master
Repo Added 21 Jan 2026 08:02AM UTC
Files 42
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

LAST BUILD ON BRANCH auto-create-initial-commit
branch: auto-create-initial-commit
CHANGE BRANCH
x
Reset
  • auto-create-initial-commit
  • add-default-branch-template
  • add-dirty-worktree-check
  • add-notifications
  • add-reset-flag
  • auto-plan-mode-detection
  • base-ref-skip-finalize
  • code-review-fixes
  • codex-error-hints
  • codex-wrapper-script
  • commented-defaults
  • configurable-colors
  • custom-config-dir
  • custom-external-review
  • dashboard-tests
  • dependabot/github_actions/goreleaser/goreleaser-action-7
  • dependabot/go_modules/github.com/go-git/go-billy/v5-5.7.0
  • dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.5
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • display-lines-changed-stats
  • docker-support
  • drop-go-git-backend
  • dump-defaults-and-update-skill
  • error-patterns
  • external-git-backend
  • feat/agent-frontmatter-model-v2
  • feat/claude-model-config
  • feat/per-phase-claude-models-v2
  • feat/scalar-config-fallback
  • feature/claude-plugin-support
  • finalize-step
  • fix-checkout-keep-untracked
  • fix-codex-not-installed
  • fix-codex-stderr-reporting
  • fix-dashboard-task-numbering
  • fix-isignored-global-patterns
  • fix-other-option-plan-questions
  • fix-plan-file-resolution
  • fix-process-group-cleanup
  • fix-progress-append-on-restart
  • fix-review-loop-exit
  • fix-review-signals
  • fix-scanner-buffer-size
  • fix-sigint-handling
  • fix-uncommitted-changes-handling
  • fix-version-unknown
  • fix-windows-build
  • fix-worktree-plan-commit-case-mismatch
  • fix-worktree-support
  • fix/docker-timezone-from-host
  • fix/not-logged-in-error-pattern
  • fix/strip-comments-markdown
  • fix/strip-leading-meta-comments
  • fix/windows-comment-setsid
  • force-exit-timeout
  • graceful-prompt-variables
  • interactive-plan-creation
  • interactive-plan-review
  • master
  • plan-draft-preview
  • progress-files-location
  • progress-fresh-start
  • project-local-config
  • ralphex-local-gitignore
  • refactor-git-service
  • refactor-main
  • refs/tags/v0.1.0
  • refs/tags/v0.10.0
  • refs/tags/v0.10.1
  • refs/tags/v0.10.2
  • refs/tags/v0.10.3
  • refs/tags/v0.10.4
  • refs/tags/v0.10.5
  • refs/tags/v0.10.6
  • refs/tags/v0.11.0
  • refs/tags/v0.11.1
  • refs/tags/v0.12.0
  • refs/tags/v0.12.1
  • refs/tags/v0.13.0
  • refs/tags/v0.14.0
  • refs/tags/v0.15.0
  • refs/tags/v0.15.1
  • refs/tags/v0.15.2
  • refs/tags/v0.15.3
  • refs/tags/v0.16.0
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.2.2
  • refs/tags/v0.2.3
  • refs/tags/v0.26.1
  • refs/tags/v0.26.2
  • refs/tags/v0.26.3
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.4.1
  • refs/tags/v0.4.2
  • refs/tags/v0.4.3
  • refs/tags/v0.4.4
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.7.1
  • refs/tags/v0.7.2
  • refs/tags/v0.7.3
  • refs/tags/v0.7.4
  • refs/tags/v0.7.5
  • refs/tags/v0.8.0
  • refs/tags/v0.9.0
  • remove-docker
  • rewrite-dk-script-python
  • unbounded-line-reader
  • verbose-completions
  • web-fixes
  • web-planner
  • web-ui
  • web-ui-improvements
  • windows-timeout
  • worktree-isolation

28 Jan 2026 09:51PM UTC coverage: 78.252% (+0.07%) from 78.183%
21456832369

Pull #41

github

umputun
refactor(git): deterministic file staging order in CreateInitialCommit

Sort paths before staging for reproducible commit tree hashes.
Add clarifying comment for scanner error handling in AskYesNo.
Pull Request #41: feat(git): auto-create initial commit for empty repos

62 of 74 new or added lines in 3 files covered. (83.78%)

1 existing line in 1 file now uncovered.

3742 of 4782 relevant lines covered (78.25%)

61.69 hits per line

Relevant lines Covered
Build:
Build:
4782 RELEVANT LINES 3742 COVERED LINES
61.69 HITS PER LINE
Source Files on auto-create-initial-commit
  • Tree
  • List 27
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21456832369 auto-create-initial-commit refactor(git): deterministic file staging order in CreateInitialCommit Sort paths before staging for reproducible commit tree hashes. Add clarifying comment for scanner error handling in AskYesNo. Pull #41 28 Jan 2026 09:52PM UTC umputun github
78.25
21456522188 auto-create-initial-commit fix(git): correct gitignore precedence and CreateInitialCommit filtering IsIgnored now loads patterns in correct order: system → global → local (local has highest priority since go-git checks patterns end-to-start). CreateInitialCommit now itera... Pull #41 28 Jan 2026 09:42PM UTC umputun github
78.19
21456523503 auto-create-initial-commit fix(git): correct gitignore precedence and CreateInitialCommit filtering IsIgnored now loads patterns in correct order: system → global → local (local has highest priority since go-git checks patterns end-to-start). CreateInitialCommit now itera... Pull #41 28 Jan 2026 09:42PM UTC umputun github pending completion  
21453829748 auto-create-initial-commit feat(git): auto-create initial commit for empty repos add AskYesNo function to input package for Y/n prompts. add CreateInitialCommit method to git package. change validateRepoHasCommits to ensureRepoHasCommits that prompts user to create initial... Pull #41 28 Jan 2026 08:12PM UTC umputun github
78.22
21453780930 auto-create-initial-commit feat(git): auto-create initial commit for empty repos add AskYesNo function to input package for Y/n prompts. add CreateInitialCommit method to git package. change validateRepoHasCommits to ensureRepoHasCommits that prompts user to create initial... Pull #41 28 Jan 2026 08:10PM UTC umputun github
78.21
21453782235 auto-create-initial-commit feat(git): auto-create initial commit for empty repos add AskYesNo function to input package for Y/n prompts. add CreateInitialCommit method to git package. change validateRepoHasCommits to ensureRepoHasCommits that prompts user to create initial... Pull #41 28 Jan 2026 08:10PM UTC umputun github pending completion  
21453518298 auto-create-initial-commit feat(git): auto-create initial commit for empty repos add AskYesNo function to input package for Y/n prompts. add CreateInitialCommit method to git package. change validateRepoHasCommits to ensureRepoHasCommits that prompts user to create initial... Pull #41 28 Jan 2026 08:02PM UTC umputun github
78.2
See All Builds (474)
  • Repo on GitHub
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