Skip to content

fix: strip .git suffix from cloned repository folder names - #8

Merged
rootCircle merged 1 commit into
rootCircle:mainfrom
Sidharth-Singh10:fix/git_clone
Jun 23, 2025
Merged

fix: strip .git suffix from cloned repository folder names#8
rootCircle merged 1 commit into
rootCircle:mainfrom
Sidharth-Singh10:fix/git_clone

Conversation

@Sidharth-Singh10

Copy link
Copy Markdown
Contributor

When cloning repositories with .git suffix in the URL (e.g., https://github.com/user/repo.git), the created folder would include the .git suffix (repo.git)

Standardized repository name extraction across both raw_execute() and update_cwd_path() methods to consistently strip .git suffixes.

@codecov

codecovBot commented Jun 22, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Files with missing linesPatch %Lines
src/events/git_clone.rs0.00%2 Missing ⚠️
Files with missing linesCoverage Δ
src/events/git_clone.rs0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rootCircle
rootCircle merged commit 3670d97 into rootCircle:mainJun 23, 2025
@Sidharth-Singh10
Sidharth-Singh10 deleted the fix/git_clone branch June 24, 2025 06:20
Sign up for freeto 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.

2 participants

@Sidharth-Singh10@rootCircle