-
Notifications
You must be signed in to change notification settings - Fork 232
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 support for multiple <<includes(file)>> and embedded <<includes(file)>> #737
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportBase: 32.77% // Head: 33.13% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #737 +/- ##
==========================================
+ Coverage 32.77% 33.13% +0.35%
==========================================
Files 46 47 +1
Lines 5415 5489 +74
==========================================
+ Hits 1775 1819 +44
- Misses 3387 3402 +15
- Partials 253 268 +15
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. |
88d1cbb
to
e61d690
Compare
Checklist
=========
Changes
=======
<<includes(file)>>
and embedded<<includes(file) >>
Rationale
=========
I see there are cucumber tests to assert this behaviour is not supported, but I would like it to work this way 😄
Usecase: I have a template file in my orb, and rather than embedded the contents directly in my command
I want to have
where
template.tmpl
isConsiderations
==============
n/a