-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
[breaking] Add post install script support for tools #2075
[breaking] Add post install script support for tools #2075
Conversation
Codecov ReportBase: 36.60% // Head: 36.60% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2075 +/- ##
=======================================
Coverage 36.60% 36.60%
=======================================
Files 229 229
Lines 19524 19539 +15
=======================================
+ Hits 7147 7153 +6
- Misses 11542 11549 +7
- Partials 835 837 +2
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. |
3cc7720
to
1e6966a
Compare
1e6966a
to
81b6f64
Compare
cb73575
to
445ece9
Compare
445ece9
to
339242e
Compare
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?
Code enhancement
What is the current behavior?
post_install
scripts are not handled after the tool installation.What is the new behavior?
post_install
scripts for tools are handled the same way the ones related to platforms are.Does this PR introduce a breaking change, and is titled accordingly?
No