siyul-park / uniflow

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

refactor: remove unused code #137

Closed siyul-park closed 5 months ago

siyul-park commented 5 months ago

Changes Made

Related Issues

Additional Information

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 78.89182% with 160 lines in your changes are missing coverage. Please review.

Project coverage is 75.04%. Comparing base (fae3eeb) to head (24cc303). Report is 1 commits behind head on main.

Files Patch % Lines
pkg/port/writer.go 74.50% 18 Missing and 8 partials :warning:
plugin/pkg/network/httpserver.go 63.79% 17 Missing and 4 partials :warning:
pkg/port/outport.go 78.57% 10 Missing and 2 partials :warning:
pkg/port/gateway.go 81.81% 8 Missing and 2 partials :warning:
plugin/pkg/datastore/rdb.go 33.33% 8 Missing and 2 partials :warning:
pkg/port/bridge.go 86.66% 4 Missing and 4 partials :warning:
plugin/pkg/network/websocket.go 83.67% 7 Missing and 1 partial :warning:
pkg/port/reader.go 88.13% 4 Missing and 3 partials :warning:
plugin/pkg/network/httpclient.go 12.50% 7 Missing :warning:
pkg/node/manytoone.go 86.36% 4 Missing and 2 partials :warning:
... and 14 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #137 +/- ## ========================================== - Coverage 75.82% 75.04% -0.79% ========================================== Files 124 122 -2 Lines 8551 8033 -518 ========================================== - Hits 6484 6028 -456 + Misses 1412 1378 -34 + Partials 655 627 -28 ```

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