Skip to content

Conversation

@ainsleyclark
Copy link
Contributor

No description provided.

- Replaced direct os/exec usage with executil.Runner interface
- All git command functions now use executil.DefaultRunner()
- Enhanced getLatestTag to fetch all tags from remote before checking latest
- Improved error handling using executil.Result struct
- Ensures tag operations work with latest remote tags

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- All git helper functions now accept executil.Runner and context.Context
- Runner and context created once in createTag/deleteTag and reused
- Improves testability by allowing mock runner injection
- Better context management for timeouts and cancellation
- Reduces code duplication across all git operations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Oct 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
webkit Ready Ready Preview Comment Oct 25, 2025 3:34pm

@codecov
Copy link

codecov bot commented Oct 25, 2025

Codecov Report

❌ Patch coverage is 0% with 53 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.43%. Comparing base (7f6b060) to head (e4e2be8).
⚠️ Report is 37 commits behind head on main.

Files with missing lines Patch % Lines
cmd/tag/main.go 0.00% 53 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
- Coverage   64.59%   63.43%   -1.17%     
==========================================
  Files         154      154              
  Lines        6064     5084     -980     
==========================================
- Hits         3917     3225     -692     
+ Misses       2064     1771     -293     
- Partials       83       88       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ainsleyclark ainsleyclark merged commit ebdfa44 into main Oct 25, 2025
5 of 7 checks passed
@ainsleyclark ainsleyclark deleted the claude/refactor-tag-cmd-executil-011CUU9rS6xrr1xyWyFZtMQJ branch October 25, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants