-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
feat: option to expand properties with flag --show-properties #2074
Conversation
Codecov ReportBase: 36.64% // Head: 36.58% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2074 +/- ##
==========================================
- Coverage 36.64% 36.58% -0.07%
==========================================
Files 229 229
Lines 19471 19504 +33
==========================================
Hits 7135 7135
- Misses 11498 11531 +33
Partials 838 838
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. |
c4f7210
to
a9cc2f2
Compare
a9cc2f2
to
647d629
Compare
ec60d63
to
c4bce47
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?
Introduce a variant of the
--show-properties
command line flag. It now accepts two values:pattern
(default when a value is not specified) which corresponds to the previous behavior of the flagexpanded
which replaces the placeholders in the output build properties with the corresponding context values.What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change, and is titled accordingly?
Other information
Fixes #1046