-
-
Notifications
You must be signed in to change notification settings - Fork 398
Refactored build-properties creation (and removed some legacy code) #2082
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
Conversation
2d70528
to
87f06d7
Compare
Codecov ReportBase: 36.54% // Head: 36.65% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2082 +/- ##
==========================================
+ Coverage 36.54% 36.65% +0.10%
==========================================
Files 229 229
Lines 19538 19538
==========================================
+ Hits 7141 7162 +21
+ Misses 11557 11541 -16
+ Partials 840 835 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Equivalent change, should not change behaviour
05a1f86
to
6ad5342
Compare
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
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)What kind of change does this PR introduce?
It moves most of the build-properties creation out of the
legacy
package. This has some advantages:runtime.tools.*
properties generationbuild.*
properties are now available on upload actionsWhat is the current behavior?
Build properties are missing for upload recipes.
What is the new behavior?
Build properties are now available in upload recipes.
Does this PR introduce a breaking change, and is titled accordingly?
No breaking changes.
Other information