Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(controller): git-push step: pull --rebase before push #3119

Merged
merged 9 commits into from
Dec 17, 2024

git-push branch locks + retry tweaks

54b2a27
Select commit
Loading
Failed to load commit list.
Merged

fix(controller): git-push step: pull --rebase before push #3119

git-push branch locks + retry tweaks
54b2a27
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 0s

51.27% (+0.01%) compared to 69493aa

View this Pull Request on Codecov

51.27% (+0.01%) compared to 69493aa

Details

Codecov Report

Attention: Patch coverage is 56.17978% with 78 lines in your changes missing coverage. Please review.

Project coverage is 51.27%. Comparing base (69493aa) to head (54b2a27).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
internal/controller/git/work_tree.go 8.51% 40 Missing and 3 partials ⚠️
internal/directives/simple_engine_promote.go 61.22% 18 Missing and 1 partial ⚠️
internal/directives/git_pusher.go 80.59% 11 Missing and 2 partials ⚠️
internal/directives/errors.go 62.50% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3119      +/-   ##
==========================================
+ Coverage   51.26%   51.27%   +0.01%     
==========================================
  Files         283      285       +2     
  Lines       25563    25706     +143     
==========================================
+ Hits        13104    13182      +78     
- Misses      11762    11824      +62     
- Partials      697      700       +3     

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