• 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 interactive-plan-creation
branch: interactive-plan-creation
CHANGE BRANCH
x
Reset
  • interactive-plan-creation
  • add-default-branch-template
  • add-dirty-worktree-check
  • add-notifications
  • add-reset-flag
  • auto-create-initial-commit
  • 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-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

26 Jan 2026 01:33AM UTC coverage: 78.401% (+0.2%) from 78.234%
21343370876

Pull #22

github

umputun
test: add tests for plan mode functions

improve coverage for plan creation mode:
- cmd/ralphex: add tests for setupRunnerLogger, getCurrentBranch,
  setupGitForExecution, handlePostExecution, validateFlags,
  printStartupInfo, findRecentPlan
- pkg/processor: add direct test for buildPlanPrompt

coverage improved from 37.6% to 50.4% for cmd/ralphex
Pull Request #22: Add interactive plan creation mode (`--plan` flag)

255 of 441 new or added lines in 11 files covered. (57.82%)

3 existing lines in 1 file now uncovered.

3245 of 4139 relevant lines covered (78.4%)

66.9 hits per line

Relevant lines Covered
Build:
Build:
4139 RELEVANT LINES 3245 COVERED LINES
66.9 HITS PER LINE
Source Files on interactive-plan-creation
  • Tree
  • List 25
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21343370876 interactive-plan-creation test: add tests for plan mode functions improve coverage for plan creation mode: - cmd/ralphex: add tests for setupRunnerLogger, getCurrentBranch, setupGitForExecution, handlePostExecution, validateFlags, printStartupInfo, findRecentPlan - pk... Pull #22 26 Jan 2026 01:35AM UTC umputun github
78.4
21343208494 interactive-plan-creation docs: add plan creation mode documentation update README with --plan flag usage and example session Pull #22 26 Jan 2026 01:25AM UTC umputun github
76.54
21343124771 interactive-plan-creation fix: skip plan mode tests when claude not installed tests require claude to pass dependency check before reaching the assertions being tested Pull #22 26 Jan 2026 01:19AM UTC umputun github
76.54
21342998626 interactive-plan-creation fix: skip plan mode tests when claude not installed tests require claude to pass dependency check before reaching the assertions being tested push 26 Jan 2026 01:12AM UTC umputun github
76.54
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