-
Notifications
You must be signed in to change notification settings - Fork 295
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
Add buildpack name to buildpack and builder metadata #1119
Conversation
Signed-off-by: Sambhav Kothari <[email protected]>
Signed-off-by: Sambhav Kothari <[email protected]>
Signed-off-by: Sambhav Kothari <[email protected]>
Signed-off-by: Sambhav Kothari <[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.
This is 🏅 . The percentage of LOC changed to test files changed is wild, and is definitely food for thought. Thanks for taking this all the way!
Codecov Report
@@ Coverage Diff @@
## main #1119 +/- ##
==========================================
+ Coverage 80.55% 80.70% +0.15%
==========================================
Files 136 136
Lines 8257 8259 +2
==========================================
+ Hits 6651 6665 +14
+ Misses 1176 1164 -12
Partials 430 430
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Sambhav Kothari [email protected]
Summary
Adds the name to buildpackage, builder and build layers
Notes -
I ended up having to change some acceptance manager logic to get the previous builder tests to pass. New releases of pack include the build number and the git commit in the version which was causing the override files to not work as expected. As a result I had to add a sanitizer to the version string and use that for overrides. The large number of lines changed is due to the 0.18 builder outputs.
Output
Before
After
Documentation
Related
Resolves #994