Closed GlassOfWhiskey closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.95%. Comparing base (
35a070a
) to head (8e6cba9
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Before this commit, a
ValueFromTransformer
without dependencies was not waiting for any input token, generating potential errors due to wrong token tags insidescatter
andloop
constructs. Now, aValueFromTransformer
without dependencies waits for all the other input ports to be available before being processed.