viash-io / viash

script + metadata = standalone component
https://viash.io
GNU General Public License v3.0
39 stars 2 forks source link

Fix an issue where if the first resource is not a script, the resource is silently dropped #670

Closed Grifs closed 7 months ago

Grifs commented 7 months ago

Describe your changes

Fix an issue where if the first resource is not a script, the resource is silently dropped

Related issue(s)

Closes #650

Type of Change

Checklist

Requirements:

Tests:

Documentation:

Test Environment

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.76%. Comparing base (6fcf7b6) to head (72f9fc6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop_0_8 #670 +/- ## ============================================ Coverage 88.76% 88.76% ============================================ Files 120 120 Lines 3630 3630 Branches 526 526 ============================================ Hits 3222 3222 Misses 408 408 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Grifs commented 7 months ago

LGTM! Minor suggestion

Right, I was thinking of other edge cases ... which totally don't happen in Scala :stuck_out_tongue: