-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove vendor folder from harbor code base #19508
Conversation
Codecov Report
@@ Coverage Diff @@
## main #19508 +/- ##
===========================================
- Coverage 67.50% 45.01% -22.50%
===========================================
Files 988 243 -745
Lines 108777 13354 -95423
Branches 2737 2737
===========================================
- Hits 73432 6011 -67421
+ Misses 31384 7039 -24345
+ Partials 3961 304 -3657
Flags with carried forward coverage won't be shown. Click here to find out more. |
14bc356
to
8a37a8f
Compare
Signed-off-by: Daniel Jiang <[email protected]>
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.
lgtm
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.
lgtm
There's a path change introduced by goharbor#19508 which may impact showing the coverage on codecov. This commit makes sure the profile.cov is referenced as absolute path in `coverage4gotest.sh` Signed-off-by: Daniel Jiang <[email protected]>
There's a path change introduced by goharbor#19508 which may impact showing the coverage on codecov. This commit makes sure the profile.cov is referenced as absolute path in `coverage4gotest.sh` Signed-off-by: Daniel Jiang <[email protected]>
There's a path change introduced by #19508 which may impact showing the coverage on codecov. This commit makes sure the profile.cov is referenced as absolute path in `coverage4gotest.sh` Signed-off-by: Daniel Jiang <[email protected]>
Remove the vendor folder, also update the Makefile to remove the dependency of the vendor folder
Fixes #18346
Please indicate you've done the following: