Skip to content

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

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

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

Conversation

@Sidharth-Singh10
Copy link
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
Copy link

codecov bot commented Jun 22, 2025

Codecov Report

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

Files with missing lines Patch % Lines
src/events/git_clone.rs 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/events/git_clone.rs 0.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:main Jun 23, 2025
9 of 10 checks passed
@Sidharth-Singh10 Sidharth-Singh10 deleted the fix/git_clone branch June 24, 2025 06:20
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.

2 participants