-
Notifications
You must be signed in to change notification settings - Fork 208
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
Do not git fetch if requested sha is already present #6017
Conversation
The change looks good. I suppose the commit title should have been "Do not git fetch if …". |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6017 +/- ##
=======================================
Coverage 98.98% 98.98%
=======================================
Files 395 395
Lines 39358 39380 +22
=======================================
+ Hits 38958 38980 +22
Misses 400 400 ☔ View full report in Codecov by Sentry. |
That's important for testing mainly
} | ||
if ($path =~ m/sha-branchname/) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
if ($path =~ m/sha-branchname/) { | |
} | |
elsif ($path =~ m/sha-branchname/) { |
Issue: https://progress.opensuse.org/issues/168400