Closed jahvon closed 2 weeks ago
Attention: Patch coverage is 58.09524%
with 88 lines
in your changes missing coverage. Please review.
Project coverage is 35.36%. Comparing base (
fd5bbc7
) to head (0ceabdc
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Includes the addition of a
flow store
subcommands that can be called within shell executables to set/get data that may be set within other executables.Be default, the commands when called outside of an executable will store values into a "root bucket" whose values are accessible in all executables. When running serial or parallel exec, a separate temporary bucket is created for sharing data across that execution run.
This is still experimental; docs updates to come