Skip to content

fix(deployment): skip redundant Git operations#980

Merged
kimdre merged 2 commits intomainfrom
fix/972
Feb 8, 2026
Merged

fix(deployment): skip redundant Git operations#980
kimdre merged 2 commits intomainfrom
fix/972

Conversation

@kimdre
Copy link
Owner

@kimdre kimdre commented Feb 8, 2026

optimize repository cloning by tracking clone state to skip redundant operations

@kimdre kimdre added the enhancement Improvements or additions to code label Feb 8, 2026
@kimdre kimdre changed the title fix(deployment): optimize repository cloning by tracking clone state to skip redundant operations fix(deployment): skip redundant Git operations Feb 8, 2026
@kimdre kimdre linked an issue Feb 8, 2026 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 8, 2026

Codecov Report

❌ Patch coverage is 17.77778% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 37.43%. Comparing base (12c8d9e) to head (2b8e2f8).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/stages/stage_1_init.go 0.00% 28 Missing ⚠️
internal/stages/types.go 0.00% 7 Missing ⚠️
internal/git/git.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #980      +/-   ##
==========================================
- Coverage   37.52%   37.43%   -0.09%     
==========================================
  Files          69       69              
  Lines        4792     4824      +32     
==========================================
+ Hits         1798     1806       +8     
- Misses       2694     2718      +24     
  Partials      300      300              
Flag Coverage Δ
unittests 37.43% <17.77%> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@kimdre kimdre merged commit 924e699 into main Feb 8, 2026
10 of 11 checks passed
@kimdre kimdre deleted the fix/972 branch February 8, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvements or additions to code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skip git pull when repo is updated

1 participant