siyul-park / uniflow

A high-performance, extremely flexible, and easily extensible universal workflow engine.
MIT License
42 stars 5 forks source link

refactor: links -> ports, and use example in loader and runtime #167

Closed siyul-park closed 1 month ago

siyul-park commented 1 month ago

Changes Made

Related Issues

Additional Information

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 60.75949% with 31 lines in your changes missing coverage. Please review.

Project coverage is 77.38%. Comparing base (0e7db7a) to head (a21bdfb).

Files Patch % Lines
pkg/runtime/runtime.go 47.82% 11 Missing and 13 partials :warning:
pkg/spec/meta.go 0.00% 4 Missing :warning:
pkg/spec/unstructured.go 0.00% 2 Missing :warning:
pkg/symbol/symbol.go 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #167 +/- ## ========================================== + Coverage 77.28% 77.38% +0.10% ========================================== Files 116 116 Lines 6334 6289 -45 ========================================== - Hits 4895 4867 -28 + Misses 986 975 -11 + Partials 453 447 -6 ```

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