siyul-park / uniflow

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

refactor: remove init process and be simple code #161

Closed siyul-park closed 3 months ago

siyul-park commented 3 months ago

Changes Made

Related Issues

Additional Information

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 79.20792% with 21 lines in your changes missing coverage. Please review.

Project coverage is 75.89%. Comparing base (1a5a531) to head (b46e182).

Files Patch % Lines
pkg/symbol/loader.go 56.52% 6 Missing and 4 partials :warning:
pkg/runtime/runtime.go 64.28% 3 Missing and 2 partials :warning:
pkg/spec/store.go 81.81% 4 Missing :warning:
cmd/pkg/uniflow/main.go 0.00% 1 Missing :warning:
ext/pkg/system/node.go 88.88% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #161 +/- ## ========================================== - Coverage 75.97% 75.89% -0.09% ========================================== Files 138 136 -2 Lines 8416 8312 -104 ========================================== - Hits 6394 6308 -86 + Misses 1405 1397 -8 + Partials 617 607 -10 ```

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