-
Notifications
You must be signed in to change notification settings - Fork 2
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
Made the value optional + added some cleanup #70
Conversation
Codecov ReportBase: 67.13% // Head: 66.94% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
==========================================
- Coverage 67.13% 66.94% -0.19%
==========================================
Files 14 14
Lines 1065 1071 +6
==========================================
+ Hits 715 717 +2
- Misses 350 354 +4
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. |
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.
Please clarify the TODO a bit more before merging.
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
Support using mappings to build a workflow without executing it. In this case there are no need for explicit values, hence we make them optional.