-
Notifications
You must be signed in to change notification settings - Fork 407
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
enable preparer interface to pre operations #964
Conversation
Signed-off-by: Batuhan Apaydın <[email protected]>
8011e9f
to
e4881ae
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #964 +/- ##
==========================================
- Coverage 52.42% 52.02% -0.40%
==========================================
Files 43 43
Lines 3325 3350 +25
==========================================
Hits 1743 1743
- Misses 1353 1377 +24
- Partials 229 230 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Looks good so far! Honestly this is a smaller change than I expected! 🎉
return err | ||
} | ||
|
||
if err := remote.CheckPushPermission(tag, d.keychain, d.t); err != nil { |
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.
This isn't going to handle d.insecure
, unfortunately... 🤔
This Pull Request is stale because it has been open for 90 days with |
fixes #539 also duplicates #951
PTAL @imjasonh