Closed GlassOfWhiskey closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.97%. Comparing base (
5f6a74c
) to head (cae88a0
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
According to the CWL standard specification, the
glob
field of anoutputBinding
section can be an array of strings. In that case, a compliant WMS should find files or directories that match any pattern in the array. This case was not handled by StreamFlow, and this commit implements support for it.