Closed mih closed 2 years ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.29%. Comparing base (
3f26c4c
) to head (fe881af
). Report is 51 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
With this change a builder recipe template can employ placeholders for which defaults can be made available, hence enabling optional customization without forcing additional complexity on users.
With the new setup, both of the following call would work with the same default singulairty recipe template
This is an alternative to #97 which required a copy of the recipe template to achieve the same.