Closed jeongukjae closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.4%. Comparing base (
d553546
) to head (f24a7c9
). Report is 126 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request Checklist
Description of PR Currently,
script
decorator cannot handleUnion
orOptional
input parameters because of the error inissubclass
, so updated it to be able to handle it as expected.original PR: https://github.com/argoproj-labs/hera/pull/1147