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

rm-hull / git-commit-summary
35%
main: 35%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/google.golang.org/genai-1.43.0
DEFAULT BRANCH: main
Repo Added 27 Oct 2025 11:34PM UTC
Token PiXVPNdn1L9d8MaiuM8dCUGk9uxVnLjCC regen
Build 128 Last
Files 13
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 feat/setup-wizard
branch: feat/setup-wizard
CHANGE BRANCH
x
Reset
Sync Branches
  • feat/setup-wizard
  • chore/add-tests
  • chore/update-deps
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/go_modules/github.com/go-playground/validator/v10-10.30.0
  • dependabot/go_modules/github.com/go-playground/validator/v10-10.30.1
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.10.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.12.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.13.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.14.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.15.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.16.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.9.0
  • dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • dependabot/go_modules/google.golang.org/genai-1.36.0
  • dependabot/go_modules/google.golang.org/genai-1.37.0
  • dependabot/go_modules/google.golang.org/genai-1.38.0
  • dependabot/go_modules/google.golang.org/genai-1.39.0
  • dependabot/go_modules/google.golang.org/genai-1.40.0
  • dependabot/go_modules/google.golang.org/genai-1.41.0
  • dependabot/go_modules/google.golang.org/genai-1.41.1
  • dependabot/go_modules/google.golang.org/genai-1.42.0
  • dependabot/go_modules/google.golang.org/genai-1.43.0
  • exp/delete-line-capability
  • feat/clear-command
  • feat/regenerate
  • feat/undo-redo
  • fix/no-stashed-changes
  • main
  • refactor/action
  • refactor/full-bubbletea

06 Dec 2025 04:03PM UTC coverage: 34.783% (-4.0%) from 38.82%
19990902337

Pull #22

github

rm-hull
fix: Robustly parse quoted configuration values

The regex used for parsing configuration properties has been
simplified, now capturing all content after the equals sign.

This allows the subsequent logic to explicitly handle whitespace
trimming and double quotes when determining the existing property
value. This ensures robust handling of:

*   Empty, explicitly quoted string values (e.g., `KEY=""`).
*   Config lines potentially containing trailing whitespace.
Pull Request #22: feat: Add interactive configuration setup wizard

79 of 256 new or added lines in 7 files covered. (30.86%)

2 existing lines in 1 file now uncovered.

304 of 874 relevant lines covered (34.78%)

0.37 hits per line

Relevant lines Covered
Build:
Build:
874 RELEVANT LINES 304 COVERED LINES
0.37 HITS PER LINE
Source Files on feat/setup-wizard
  • Tree
  • List 13
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19990902337 feat/setup-wizard fix: Robustly parse quoted configuration values The regex used for parsing configuration properties has been simplified, now capturing all content after the equals sign. This allows the subsequent logic to explicitly handle whitespace trimming a... Pull #22 06 Dec 2025 04:04PM UTC rm-hull github
34.78
19929899119 feat/setup-wizard Merge branch 'main' into feat/setup-wizard Pull #22 04 Dec 2025 01:02PM UTC web-flow github
34.13
19863877439 feat/setup-wizard Merge branch 'main' into feat/setup-wizard Pull #22 02 Dec 2025 03:25PM UTC web-flow github
34.13
19685083582 feat/setup-wizard Merge branch 'main' of github.com:rm-hull/git-commit-summary into feat/setup-wizard * 'main' of github.com:rm-hull/git-commit-summary: chore: Update Go dependencies in go.mod chore(deps): Bump actions/checkout from 5 to 6 (#24) chore(deps):... Pull #22 25 Nov 2025 09:48PM UTC rm-hull github
34.13
19546869828 feat/setup-wizard feat: Add new models to setup wizard Adds new LLM options to the setup configuration wizard. * Includes `Gemini 3 Pro (Preview)` to the Google models list. * Updates the Llama.CPP model selection with several modern, high-performing models (e.... Pull #22 20 Nov 2025 06:11PM UTC rm-hull github
34.13
19439935930 feat/setup-wizard refactor: Avoid overwriting config if value is same Updates to configuration properties now only comment out the existing line and write the new line if the value has actually changed (`oldVal != newVal`). This refinement reduces file churn and ... Pull #22 17 Nov 2025 06:17PM UTC rm-hull github
34.36
19430653541 feat/setup-wizard feat: Archive old config lines and standardize quoting When updating existing configuration properties in files, this change implements two key improvements: * The original line is archived by preceding it with a comment marker (`#`). * The ne... Pull #22 17 Nov 2025 01:07PM UTC rm-hull github
35.22
19430298773 feat/setup-wizard feat: Add confirmation step to setup wizard A confirmation step is now included at the end of the setup wizard flow. This allows users to review the selected LLM provider, API Key, and model before confirming that the configuration should be sav... Pull #22 17 Nov 2025 12:54PM UTC rm-hull github
35.26
19426943060 feat/setup-wizard chore: Add planning TODOs to setup wizard Adds placeholders for planned future work in the setup wizard flow in `internal/setup/wizard.go`: * Adding invisible fields for form-level validation. * Implementing a final confirmation step (summar... Pull #22 17 Nov 2025 10:48AM UTC rm-hull github
36.01
19426799474 feat/setup-wizard chore: Bump displaywidth to v0.6.0 Updates the indirect dependency `github.com/clipperhouse/displaywidth` from `v0.5.0` to `v0.6.0` in `go.mod` for general maintenance. Pull #22 17 Nov 2025 10:43AM UTC rm-hull github
36.4
See All Builds (128)

Badge your Repo: git-commit-summary

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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